looking for a command
Afficher commentaires plus anciens
How can I get from A=[21 3 NaN NaN] to A=[21 3 0 0] without using a for cycle?
Réponse acceptée
Plus de réponses (1)
Andrei Bobrov
le 6 Oct 2013
A(A~=A) = 0
Catégories
En savoir plus sur MATLAB dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!