How can I use curve fitting tool as function?

1 次查看(过去 30 天)
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)

类别

Help CenterFile Exchange 中查找有关 Linear and Nonlinear Regression 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by