TLamb
Structural
- Nov 21, 2002
- 9
I have two arrays holding coordinates of the cell centers for a finite volume program. One array has 100 x and y values whilst the other has 16 values. I would like to match the cell centers that have the same x and y coordinates in the 2 arrays. Currently I am able to do this using for loops but it takes forever to run through the values for larger arrays.
Can anyoe give advice on how this process can be simplified using matlabs built in matrix functions?
I eagerly await any suggestions.
Can anyoe give advice on how this process can be simplified using matlabs built in matrix functions?
I eagerly await any suggestions.