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

5 vues (au cours des 30 derniers jours)
Philip
Philip le 10 Juil 2014
Commenté : Philip le 10 Juil 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

Réponse acceptée

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

Plus de réponses (0)

Catégories

En savoir plus sur Logical dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by