Small matrix values
Mostrar comentarios más antiguos
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
Respuesta aceptada
Más respuestas (1)
narendra kumar
el 23 de Jul. de 2016
0 votos
A(abs(real(A))<0.001
Categorías
Más información sobre Creating and Concatenating Matrices en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!