Community Profile

photo

Konstantinos Fragkakis


自 2018 起处于活动状态

Followers: 0   Following: 0

统计数据

  • First Answer

查看徽章

Feeds

排序方式:

已回答
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...

5 years 前 | 2

提问


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....

5 years 前 | 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...

5 years 前 | 2