interpolate (using interp) with a decimal number
3 ビュー (過去 30 日間)
古いコメントを表示
Hi
I'm trying to interpolate using a non-integer number as required by interp command. Is there another function that would allow interpolation using a decimal number please?
Thanks
0 件のコメント
採用された回答
Star Strider
2017 年 5 月 2 日
編集済み: Star Strider
2017 年 5 月 2 日
I am not certain what you are asking. If you have integers and want to interpolate to the nearest integer, use the 'nearest', 'next', or 'previous' method option in your interp1 call.
You could also use the 'linear' method and the use floor, ceil, fix, or round to produce integer output from interp1.
6 件のコメント
Star Strider
2017 年 5 月 4 日
Thank you!
My pleasure!
May the Fourth be with you! (Today is ‘Star Wars Day’!)
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!