jonathf/matlab2cpp

min/max med index

Closed this issue · 1 comments

[m,i] = min(A)

kan skrivas:

uword i;
double m = A.min(i);

Løst