Row Number Returned During Iterations
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposta accettata
madhan ravi
il 8 Ago 2019
Iterator indicates which row satisfied that condition , so why not save it?
0 Commenti
Più risposte (1)
Vedere anche
Categorie
Scopri di più su Startup and Shutdown in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!