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

4 Ansichten (letzte 30 Tage)
Philip
Philip am 10 Jul. 2014
Kommentiert: Philip am 10 Jul. 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

Akzeptierte Antwort

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

Weitere Antworten (0)

Community Treasure Hunt

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

Start Hunting!

Translated by