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

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

 Accepted Answer

Kazuya
Kazuya on 1 May 2019

0 votes

多項式なら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 Comment

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

Sign in to comment.

More Answers (0)

Categories

Asked:

A.K
on 1 May 2019

Commented:

A.K
on 16 May 2019

Community Treasure Hunt

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

Start Hunting!