saving NaN rows and columns into a array after you find them

1 visualización (últimos 30 días)
Philip
Philip el 10 de Jul. de 2014
Comentada: Philip el 10 de Jul. de 2014
Apologies if this is obivious After [row,column] = find(isnan(matrix)) how can the values of (row,column) be stored into an array for later use. Thanks Regards Philip

Respuesta aceptada

José-Luis
José-Luis el 10 de Jul. de 2014
Do you mean:
result = [row column];

Más respuestas (0)

Categorías

Más información sobre Creating and Concatenating Matrices en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by