Simple question on how to get fitted data matrix from fit function
2 views (last 30 days)
Show older comments
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
0 Comments
Answers (1)
bym
on 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()
0 Comments
See Also
Categories
Find more on Interpolation in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!