Export Curve Fitting tool results

28 次查看(过去 30 天)
Hi, I am using the MATLAB curve fitting tool to create, through interpolation, a trend line from a series of observed data (frequencies). In previous versions of MATLAB, the Curve Fitting Tool had the "Analyze" function which created a table with the values of the interpolating function for each value of the independent variable x and said table could easily be copied to excel.
In the most recent version of MATLAB it doesn't seem to me that this function exists anymore; how can i create interpolation results in matlab and then report them in an excel table?
Thank you
Laura

采纳的回答

Jakob B. Nielsen
Jakob B. Nielsen 2020-1-21
You can create such a table yourself (although I dont understand how you get the interpolation function without having such a table in the first place? So I might simply not understand what you mean)
In the curve fitting tool, take your interpolant fit (its down in the table of fits in the bottom), rightclick it, and save to workspace. The default name is fittedmodel but you can name it whatever.
Then - for example, if your x is x=[1 2 3 4 5];, you can simply type in the command window y=fittedmodel(x), and then you have it.

更多回答(1 个)

laura brusco
laura brusco 2020-2-3
I'm sorry for my late in answering you.
Yhank you for your explanation.
Bye
Laura

类别

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