How can I obtain the equation of fit with numeric values ?

[fitresult, gof] = fit( [xData, yData], zData, ft, opts );
MyCoeffValues = coeffvalues(fitresult) MyCoeffNames=coeffnames(fitresult) MyFormula=formula(fitresult)
How can I get the formula with NUMERIC coefficiants ?

1 comentario

Hello, I have the same issue, did you find a solution? regards

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Etiquetas

Preguntada:

el 16 de Mayo de 2013

Comentada:

el 10 de Feb. de 2014

Community Treasure Hunt

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

Start Hunting!

Translated by