Small matrix values
古いコメントを表示
Hallo,
for a given matrix is there an efficient way in matlab to make its small values (e.g. smaller than 0.001) set as zero?
Thanks in advance
採用された回答
その他の回答 (1 件)
narendra kumar
2016 年 7 月 23 日
0 投票
A(abs(real(A))<0.001
カテゴリ
ヘルプ センター および File Exchange で Creating and Concatenating Matrices についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!