extract equation from cfit contents

5 Ansichten (letzte 30 Tage)
Rob L
Rob L am 14 Jul. 2014
I have a fit object cfit for which I can access the coeffeicients by using coeffvalues.
I can also 'see' the model used but I wish to reconstruct the equation using coeffvalues and some method of extracting the equation used for fit - can this be extracted with some function equivalent to coeffvalues ?

Akzeptierte Antwort

Shashank Prasanna
Shashank Prasanna am 14 Jul. 2014
You can use the formula methods to access the formula you fit:
load census
f = fittype('poly2');
formula(f)

Weitere Antworten (0)

Kategorien

Mehr zu Linear and Nonlinear Regression finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by