3d fit greater than poly55
2 views (last 30 days)
Show older comments
Hi there -
If we are doing a fit in the script, how can we have a fit that is greater than 5?
% Code
[sf,gof] = fit([Cx, Cy],Cz,'poly55','Lower',LowerList,'Upper',UpperList)
The above is what I am using and I'd like to have a 'poly88' or something else instead. Do I have to use my own formula?
0 Comments
Answers (0)
See Also
Categories
Find more on Linear and Nonlinear Regression in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!