Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! 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.