Basic fitting tool: 任意の乗数(x^2/3など)の近似式の取得方法

Basic fitting toolでは、quadratic, cuveを選択することで、ツールを使って近似式を取得できますが、
取得したい式がx^2/3, x^0.6 等の形の場合、どのようにすればよいでしょうか。
任意の乗数の式で表すことはできないのでしょうか。

 Akzeptierte Antwort

Kazuya
Kazuya am 1 Mai 2019

0 Stimmen

多項式ならOKですが任意の乗数の式となるとMATLAB単体だと少し手間がかかりそうですね=独自に作る必要がある。
Curve Fitting Toolbox (例:https://jp.mathworks.com/help/curvefit/power.html)か Optimization Toolbox (例:https://jp.mathworks.com/help/optim/ug/lsqcurvefit.html)があれば楽です。

1 Kommentar

A.K
A.K am 16 Mai 2019
お礼が遅くなり申し訳ありません。
参考になります。ありがとうございました。

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Curve Fitting Toolbox 入門 finden Sie in Hilfe-Center und File Exchange

Gefragt:

A.K
am 1 Mai 2019

Kommentiert:

A.K
am 16 Mai 2019

Community Treasure Hunt

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

Start Hunting!