finding NON in matrix
Mostra commenti meno recenti
Hi all In the matrix A which is 1*N matrix, I want to recognize if there is any element equal to NON in it,I replace it by zero.How can I do that?
Risposta accettata
Più risposte (1)
Sean de Wolski
il 24 Mag 2011
A(isnan(A)) = 0;
1 Commento
Walter Roberson
il 24 Mag 2011
You're fast today, Sean!
Categorie
Scopri di più su Cell Arrays in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!