MATLAB: How to select the indexes of maximum 3 values in the array without sorting

array

Find the index of the largest 3 elements?

Best Answer

"for" loop.