Feeds
已回答
How to get the max value index and the next max value index and next until the end (the smallest) of the array
I solved this problem, so I will share it with you: function [ mapped] = mapping( x ) for i = 1:length(x) [~,j]=...
How to get the max value index and the next max value index and next until the end (the smallest) of the array
I solved this problem, so I will share it with you: function [ mapped] = mapping( x ) for i = 1:length(x) [~,j]=...
7 years 前 | 0
| 已接受
提问
How to get the max value index and the next max value index and next until the end (the smallest) of the array
For example if A Vector A=[5.2,6.3,1.2,10,2,4.3]; I want to get the index of the max value (in my example is 10 so the index i...
7 years 前 | 2 个回答 | 0
