is the result of "find" guaranteed to be sorted?

1 view (last 30 days)
Matthew
Matthew on 13 Aug 2014
Answered: Adam on 13 Aug 2014
Are the indices returned by MATLAB's "find" function guaranteed to be sorted?
I could not find any mention of this in the "find" documentation.
Intuitively, I can't imagine that the results are not sorted - it seems like a straightforward function to implement.
But you never know...

Answers (1)

Adam
Adam on 13 Aug 2014
Yes, they are sorted

Categories

Find more on Shifting and Sorting Matrices in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!