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

7 visualizzazioni (ultimi 30 giorni)
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

Risposta accettata

José-Luis
José-Luis il 10 Lug 2014
Do you mean:
result = [row column];

Più risposte (0)

Community Treasure Hunt

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

Start Hunting!

Translated by