Community Profile

photo

Samar Shahin


Last seen: 1 year ago Active since 2020

Statistics

  • First Review
  • First Answer
  • Explorer

View badges

Content Feed

View by

Answered
How do I find the indices of the maximum (or minimum) value of my matrix?
[row,col]=find( matrix_name == min(matrix_name)) returns the indices of the minimum value in each coloumn in your matrix

4 years ago | 1