How to plot fitted curve

조회 수: 3 (최근 30일)
Christmas
Christmas 2017년 3월 21일
편집: Christmas 2017년 6월 9일
How do I plot the fitted curve without the points?
  댓글 수: 1
John D'Errico
John D'Errico 2017년 3월 21일
In respect to what tool are you asking this about? Is this the curve fitting toolbox?

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

답변 (1개)

Santhana Raj
Santhana Raj 2017년 3월 22일
Hi,
When using 'fit' command, extract its outputs. Based on the fit you have asked for, like linear, polynomial etc., the coefficients of the fit curve is available in the outputs.
You can use the coefficients and the known fit equation, and the specific dependent variable (x), you can get the fitted curve. By changing the dependent variable you can even intrapolate or extrapolate the fit.
Hope it helps.
Raj

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by