photo

Thang Vu


Last seen: 4 years 前 自 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 years 前 | 0