Simple question on how to get fitted data matrix from fit function

2 Ansichten (letzte 30 Tage)
David
David am 5 Apr. 2011
Good morning,
I am having a rather simple issue but after having googled it and looked for it on Matlab Central, I just can´t find the solution for it ..
I am fitting experimental data with various models using a curve fitting toolbox script with success in the way that I am getting all the curves I need (experimental, fitted and 95%confidence) and the fitted parameters.
I simply would like to get one way or another the data used to plot the fitted curve. There must be a smarter way than reinjecting the coefficients in the equation and generating a new matrix and I can´t find it.
Any ideas?
Thanks !
David

Antworten (1)

bym
bym am 5 Apr. 2011
I don't have the curve fitting toolbox, but if you had the design matrix you could multiply the design matrix by the coefficients. I assume you know of
polyval()

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