필터 지우기
필터 지우기

How to plot a line generated by Curve fitting tool?

조회 수: 1 (최근 30일)
Neel Gupta
Neel Gupta 2020년 4월 14일
댓글: dpb 2020년 4월 14일
I plotted all my data on a Matlab graph using the "Plot" command.
Now I want to display the curve generated by Curve fitting tool and superimpose it on my plotted graph.
After saving the fit, there was a new variable (1x1 Cfit) named fittedmodel. How do I use that to plot a line so as to see how the line divides my data?
I know the app makes an Image of the data with line, but that data characters are not colores. So is there any way to extract the equation out of the app and plot it to my graph?
TIA
  댓글 수: 1
dpb
dpb 2020년 4월 14일
You can save the cfit object, statistics and fit output directly..
Or, having saved the object, just use it as argument to plot--it's overloaded to handle the object...
Agree the doc for the tool are kinda' hard to follow with all links

댓글을 달려면 로그인하십시오.

답변 (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