How to get mathematical function from cftool?

I am using 'smoothing spline' for my data to obtain a fit using cftool. How do I get the mathematical function of the fit?

回答 (1 件)

Walter Roberson
Walter Roberson 2016 年 5 月 18 日

0 投票

Under "Fit" use "Save to workspace" and use "Save fit to MATLAB object named" . You do not need the other two possible outputs for this purpose.
The fittedmodel output that generates has a property named "p" which is a piecewise polynomial structure such as is made by mkpp . You can use unmkpp to pull it apart, or you can just access its fields to gets its breaks and its coefficients.
computed splines are not often written out as mathematical functions because they become a whole mess of dirac deltas and heaviside functions. The boundary conditions are especially a nuisance as there are competing definitions of the value of HeaviSide(0)

カテゴリ

ヘルプ センター および File ExchangeInterpolation についてさらに検索

製品

タグ

質問済み:

2016 年 5 月 18 日

回答済み:

2016 年 5 月 18 日

Community Treasure Hunt

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

Start Hunting!

Translated by