Row Number Returned During Iterations
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Réponse acceptée
madhan ravi
le 8 Août 2019
Iterator indicates which row satisfied that condition , so why not save it?
0 commentaires
Plus de réponses (1)
Voir également
Catégories
En savoir plus sur Startup and Shutdown dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!