フィルターのクリア

How can I use curve fitting tool as function?

2 ビュー (過去 30 日間)
Riyadh Muttaleb
Riyadh Muttaleb 2019 年 4 月 5 日
コメント済み: Riyadh Muttaleb 2019 年 4 月 5 日
Hi everyone,
I want to use Curve fitting tool as in the picture below as Matalb function.Which is function I have to use in the my code to get same result.
Thanks in advance,
Riyadh
CFT.jpg

採用された回答

Riyadh Muttaleb
Riyadh Muttaleb 2019 年 4 月 5 日
Thank you for your answer, Does this function include Robust LAR?

その他の回答 (1 件)

Walter Roberson
Walter Roberson 2019 年 4 月 5 日
results = fit([x2e(:), x1e(:)], ye(:), 'poly11');
coeffs(results)
  2 件のコメント
Walter Roberson
Walter Roberson 2019 年 4 月 5 日
results = fit([x2e(:), x1e(:)], ye(:), 'poly11', 'Robust', 'LAR');
coeffs(results)
Riyadh Muttaleb
Riyadh Muttaleb 2019 年 4 月 5 日
Great! Thank you

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeGenetic Algorithm についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by