Small matrix values
Ältere Kommentare anzeigen
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
Akzeptierte Antwort
Weitere Antworten (1)
narendra kumar
am 23 Jul. 2016
0 Stimmen
A(abs(real(A))<0.001
Kategorien
Mehr zu Creating and Concatenating Matrices finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!