Small matrix values
Mostra commenti meno recenti
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
Risposta accettata
Più risposte (1)
narendra kumar
il 23 Lug 2016
0 voti
A(abs(real(A))<0.001
Categorie
Scopri di più su Creating and Concatenating Matrices in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!