Small matrix values
Afficher commentaires plus anciens
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
Réponse acceptée
Plus de réponses (1)
narendra kumar
le 23 Juil 2016
0 votes
A(abs(real(A))<0.001
Catégories
En savoir plus sur Creating and Concatenating Matrices dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!