Info

この質問は閉じられています。 編集または回答するには再度開いてください。

Non-monotonic interpolation error

1 回表示 (過去 30 日間)
Maki
Maki 2019 年 6 月 21 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
Hi everyone,
I do have a very complex problem using interpolation on a mutiple set of data with 3 different measuring tools. My data contains:
  1. Temperature data that fluctuates thru time
  2. Height measurement that corresponds to the time the temperature measurement was taken.
To summarize, I have 6 variables that has different time intervals, temperature and height data. What I wanted to do is to interpolate each of the dataset to a common height. Now, some of the temp data from each set are recurring (ex. cell1: 20 cell2: 20 cell3:20). To make it complicated, I cant change the data (add or subtact small points) coz its hypersensitive.
Is there a way to solve this? Thank you very much for the help, Im pretty much new to using matlab.

回答 (1 件)

Walter Roberson
Walter Roberson 2019 年 6 月 21 日
No, there is no way to solve that problem. The process of interpolating changes the data, so even if you did not have the non-monotonic error, you would be violating your requirement that you cannot change the data.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by