Rounding numbers using a condition?
Afficher commentaires plus anciens
I have an array of numbers ranging from 95 to 116. I would like to have the numbers closest to 99 in value be 99, the numbers closest to 104 in value be 104 and the number closest to 115 in value be 115. How could code this? Thanks for the help.
Réponse acceptée
Plus de réponses (1)
Steven Lord
le 28 Avr 2016
1 vote
Use interp1 with the 'nearest' method.
Catégories
En savoir plus sur Matrix Indexing dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!