Rounding numbers using a condition?
Show older comments
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.
Accepted Answer
More Answers (1)
Steven Lord
on 28 Apr 2016
1 vote
Use interp1 with the 'nearest' method.
Categories
Find more on Matrix Indexing in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!