Set nan values
古いコメントを表示
Why i can´t do this?
x550(:,2)(x550(:,2)<200)=nan
??? Error: ()-indexing must appear last in an index expression.
Best Regards
採用された回答
その他の回答 (1 件)
John D'Errico
2011 年 9 月 9 日
0 投票
Because it is invalid MATLAB syntax. Wanting to do something does not make it possible.
カテゴリ
ヘルプ センター および File Exchange で Logical についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!