How to plot fitted curve

3 Ansichten (letzte 30 Tage)
Christmas
Christmas am 21 Mär. 2017
Bearbeitet: Christmas am 9 Jun. 2017
How do I plot the fitted curve without the points?
  1 Kommentar
John D'Errico
John D'Errico am 21 Mär. 2017
In respect to what tool are you asking this about? Is this the curve fitting toolbox?

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Santhana Raj
Santhana Raj am 22 Mär. 2017
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

Kategorien

Mehr zu Interpolation finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by