photo

Thang Vu


Last seen: 約4年 前 2019 年からアクティブ

Followers: 0   Following: 0

統計

  • First Answer

バッジを表示

Feeds

表示方法

回答済み
Finding the position of the 1st,2nd and 3rd max value in a matrix
function [U, I] = Xmax(X, i) % i is the x-largest value for j = 1: i-1 [U, I] = max(X); X(I) = -Inf; [U, ...

5年以上 前 | 0