looking for a command
Show older comments
How can I get from A=[21 3 NaN NaN] to A=[21 3 0 0] without using a for cycle?
Accepted Answer
More Answers (1)
Andrei Bobrov
on 6 Oct 2013
A(A~=A) = 0
Categories
Find more on MATLAB in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!