Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X
Hello, how can I find position of known element in matrix if I know that element exists in matrix (column and row index). I tried with match function and I put small value for tolerance (as you can see in attached file test.mcdx) and I'm getting 2x1 for which I know that is not the right position. Also, it would be nice if you propose me the solution with separated index for column and for row.
Thanks in advance!
Solved! Go to Solution.
Hi,
The 2x1 matrix returned by match is the row and column index to the match. By default index starts at zero.
Hi,
The 2x1 matrix returned by match is the row and column index to the match. By default index starts at zero.