Minimum y-value in each column

1 回表示 (過去 30 日間)
Hg
Hg 2015 年 10 月 20 日
編集済み: Thorsten 2015 年 10 月 20 日
How to find the first y value (in red) efficiently in each column of the image below?

採用された回答

Thorsten
Thorsten 2015 年 10 月 20 日
編集済み: Thorsten 2015 年 10 月 20 日
[~,idx] = max(X);
Note that this returns 1 for columns that are all zero.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeLine Plots についてさらに検索

タグ

製品

Community Treasure Hunt

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

Start Hunting!

Translated by