Row Number Returned During Iterations
2 views (last 30 days)
Show older comments
I have an if statement that goes through all rows looking for a specific condtion.
When the condtion is met, I want to know only what row that condtion was true.
What syntax would return just the rows?
Note: I do not want to use the ismember function as I am using the iteration (row) to referrence another array.
0 Comments
Accepted Answer
madhan ravi
on 8 Aug 2019
Iterator indicates which row satisfied that condition , so why not save it?
0 Comments
More Answers (1)
See Also
Categories
Find more on Startup and Shutdown in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!