
Konstantinos Fragkakis
2018년부터 활동
Content Feed
답변 있음
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...
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...
4년 이상 전 | 1
질문
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....
4년 이상 전 | 답변 수: 1 | 1
1
답변답변 있음
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...
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...
4년 이상 전 | 2