Rounding numbers using a condition?
古いコメントを表示
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.
採用された回答
その他の回答 (1 件)
Steven Lord
2016 年 4 月 28 日
1 投票
Use interp1 with the 'nearest' method.
カテゴリ
ヘルプ センター および File Exchange で Matrix Indexing についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!