looking for a command
Ältere Kommentare anzeigen
How can I get from A=[21 3 NaN NaN] to A=[21 3 0 0] without using a for cycle?
Akzeptierte Antwort
Weitere Antworten (1)
Andrei Bobrov
am 6 Okt. 2013
A(A~=A) = 0
Kategorien
Mehr zu MATLAB finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!