Basic fitting tool: 任意の乗数(x^2/3など)の近似式の取得方法
2 views (last 30 days)
Show older comments
Basic fitting toolでは、quadratic, cuveを選択することで、ツールを使って近似式を取得できますが、
取得したい式がx^2/3, x^0.6 等の形の場合、どのようにすればよいでしょうか。
任意の乗数の式で表すことはできないのでしょうか。
0 Comments
Accepted Answer
Kazuya
on 1 May 2019
多項式ならOKですが任意の乗数の式となるとMATLAB単体だと少し手間がかかりそうですね=独自に作る必要がある。
Curve Fitting Toolbox (例:https://jp.mathworks.com/help/curvefit/power.html)か Optimization Toolbox (例:https://jp.mathworks.com/help/optim/ug/lsqcurvefit.html)があれば楽です。
More Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!