Community Tip - Learn all about PTC Community Badges. Engage with PTC and see how many you can earn! X
Hi,
I have a problem to find max or min value of a matrix (array).
matrix_A |
---|
1 |
0.5 |
4 |
3 |
min(A)=0.5 and return the position A 1,0
max(A)=4 and A 2,0
thank you!
Do You know the match function of Mathcad?
tahnk you a lot!
But I can't make it to work, ther are my workseet. At the end I try to find the min value and...
submatrix not submarix
tahnk you, I done, it works.