Minimum y-value in each column

1 Ansicht (letzte 30 Tage)
Hg
Hg am 20 Okt. 2015
Bearbeitet: Thorsten am 20 Okt. 2015
How to find the first y value (in red) efficiently in each column of the image below?

Akzeptierte Antwort

Thorsten
Thorsten am 20 Okt. 2015
Bearbeitet: Thorsten am 20 Okt. 2015
[~,idx] = max(X);
Note that this returns 1 for columns that are all zero.

Weitere Antworten (0)

Kategorien

Mehr zu Line Plots finden Sie in Help Center und File Exchange

Tags

Produkte

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by