Row Number Returned During Iterations
    1 回表示 (過去 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 で Matrix Indexing についてさらに検索
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

