Community Profile

photo

Konstantinos Fragkakis


Aktiv seit 2018

Followers: 0   Following: 0

Statistiken

  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
How to find the min(max) value and its index in a multidimensional matrix?
Function to calculate the minimum value and its indices, in a multidimensional array - In order to find the max, just replace...

mehr als 5 Jahre vor | 2

Frage


How to find the min(max) value and its index in a multidimensional matrix?
The problem is that the min(array(:)) returns the index of the min(max) as a number, while I am searching for the indices of it....

mehr als 5 Jahre vor | 1 Antwort | 1

1

Antwort

Beantwortet
How do I find the indices of the maximum (or minimum) value of my matrix?
Function to calculate the minimum value and its indices, in a multidimensional array - In order to find the max, just replace th...

mehr als 5 Jahre vor | 2