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일

0 개 추천

[~,idx] = max(X);
Note that this returns 1 for columns that are all zero.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Annotations에 대해 자세히 알아보기

제품

태그

질문:

Hg
2015년 10월 20일

편집:

2015년 10월 20일

Community Treasure Hunt

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

Start Hunting!

Translated by