Community Profile

photo

Samar Shahin


Last seen: mehr als ein Jahr vor Aktiv seit 2020

Followers: 0   Following: 0

Statistiken

  • First Review
  • First Answer
  • Explorer

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
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

fast 4 Jahre vor | 1