3d fit greater than poly55
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Réponses (0)
Voir également
Catégories
En savoir plus sur Linear and Nonlinear Regression dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!