
Konstantinos Fragkakis
Statistics
RANK
4.954
of 258.183
REPUTATION
7
CONTRIBUTIONS
1 Question
2 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
4
RANK
of 17.794
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 110.337
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
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...
más de 3 años ago | 1
Question
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....
más de 3 años ago | 1 answer | 1
1
answerHow 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...
más de 3 años ago | 2