Finding column index of the first instance of 1
Show older comments
I have a logical array like this:

I want to extrat the colum index of the cells where the first instance of 1 is detected. Like this:

For example, you see here that the first two rows show 4, because that is where 1 is first detected.
Accepted Answer
More Answers (1)
Jonas
on 2 May 2022
0 votes
use the find() function together with a loop over each row
1 Comment
Pelajar UM
on 2 May 2022
Edited: Pelajar UM
on 2 May 2022
Categories
Find more on Matrix Indexing in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!