looking for a command
古いコメントを表示
How can I get from A=[21 3 NaN NaN] to A=[21 3 0 0] without using a for cycle?
採用された回答
その他の回答 (1 件)
Andrei Bobrov
2013 年 10 月 6 日
A(A~=A) = 0
カテゴリ
ヘルプ センター および File Exchange で MATLAB についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!