extract equation from cfit contents

조회 수: 5 (최근 30일)
Rob L
Rob L 2014년 7월 14일
답변: Shashank Prasanna 2014년 7월 14일
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 ?

채택된 답변

Shashank Prasanna
Shashank Prasanna 2014년 7월 14일
You can use the formula methods to access the formula you fit:
load census
f = fittype('poly2');
formula(f)

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Linear and Nonlinear Regression에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by