How do I use CFTOOL?

조회 수: 9 (최근 30일)
zoom
zoom 2011년 5월 15일
I used matlab to get the equation of the curve from the table, I put them as a matrix then plot them after that I use CFTOOL to obtain the equation.
The question here is what is the name on the function that I found so, I could put it is name in m.file to make it easy for use ????

답변 (1개)

Oleg Komarov
Oleg Komarov 2011년 5월 16일
From the fitting panel save to workspace the model and:
1. Use the following code to get the mathematical expressiona and the coefficients:
formula(fittedmodel)
coeffvalues(fittedmodel1)
2. Or simply save the fitted model directly to a .mat file.

카테고리

Help CenterFile Exchange에서 Least Squares에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by