Community Profile

photo

Piotr Franaszczuk


Johns Hopkins University

Last seen: 3 months ago Active since 2022

Statistics

  • First Answer

View badges

Content Feed

View by

Answered
How do I find the indices of the maximum (or minimum) value of my matrix?
You can do it calling max only once and without find(which would need to got through whole 2D matrix): [M,ind]=max(A(:)); [r,c...

1 year ago | 0