Row Number Returned During Iterations
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuesta aceptada
madhan ravi
el 8 de Ag. de 2019
Iterator indicates which row satisfied that condition , so why not save it?
0 comentarios
Más respuestas (1)
Ver también
Categorías
Más información sobre Startup and Shutdown en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!