Small matrix values
Show older comments
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
Accepted Answer
More Answers (1)
narendra kumar
on 23 Jul 2016
0 votes
A(abs(real(A))<0.001
Categories
Find more on Creating and Concatenating Matrices 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!