Generating a continuous function from discrete data
古いコメントを表示
Good morning everyone,
Is there a function tha can generate a continuous function from discrete data?
In particular i have the following. I basically need a way of interpolating this values even when they jump from 179 to -180. I cannot use look up tables because they need strinctly increasing inputs and i cannot use zero or firts order holds because the data is not function of time.

採用された回答
その他の回答 (1 件)
KSSV
2021 年 11 月 10 日
1 投票
Read about interp1. You can interpolate your data.
カテゴリ
ヘルプ センター および File Exchange で Array and Matrix Mathematics についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!