looking for a command
Mostra commenti meno recenti
How can I get from A=[21 3 NaN NaN] to A=[21 3 0 0] without using a for cycle?
Risposta accettata
Più risposte (1)
Andrei Bobrov
il 6 Ott 2013
A(A~=A) = 0
Categorie
Scopri di più su MATLAB 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!