3d fit greater than poly55
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (0)
Ver también
Categorías
Más información sobre Linear and Nonlinear Regression en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!