find the function that links some input data to some output data
古いコメントを表示
hello expert ,
i'm working in a code in Matlab , i inter some values x and the programme returns me other values y . i want to know the function that link the x to the y how can i get it .
i will be thankful for you
2 件のコメント
There are infinite functions that exactly describe any finite set of data points, so you will have to be much more specific with your request. Basically you have a choice between:
- using prior knowledge to fit a specific function, or
- fitting the data with a spline or something similar.
Which would you prefer? Do you know anything about the underlying physical models that describe the behavior of the data?
Star Strider
2019 年 6 月 19 日
回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Spline Postprocessing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!