Row Number Returned During Iterations

1 visualización (últimos 30 días)
Jay
Jay el 8 de Ag. de 2019
Respondida: Jay el 8 de Ag. de 2019
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.

Respuesta aceptada

madhan ravi
madhan ravi el 8 de Ag. de 2019
Iterator indicates which row satisfied that condition , so why not save it?

Más respuestas (1)

Jay
Jay el 8 de Ag. de 2019
I just realized that.
Too many hours coding.
Thank you.

Categorías

Más información sobre Matrix Indexing en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by