photo

Thang Vu


Last seen: etwa 4 Jahre vor Aktiv seit 2019

Followers: 0   Following: 0

Statistik

  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
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, ...

mehr als 5 Jahre vor | 0