Row Number Returned During Iterations
3 次查看(过去 30 天)
显示 更早的评论
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 个评论
采纳的回答
madhan ravi
2019-8-8
Iterator indicates which row satisfied that condition , so why not save it?
0 个评论
更多回答(1 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Startup and Shutdown 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!