Surface Fitting Tool Coefficient Structure
Show older comments
Hello,
I am trying to fit a surface for a group of data. I defined input matrices x and y; and output matrix z on the command window
x = [50;75;90;50;75;90;50;75;90];
y = [80;80;80;114;114;114;160;160;160];
z = [18.76;23.67;19.19;35.81;48.74;32.74;22.17;36.21;37.26];
and I called sftool. In polynomial surface fit, I can see the function f(x,y) and its coefficients. However, I cannot see the function and its coefficients when I select Interpolant or Lowess.
When I select Interpolant tool with cubic method, I cannot find the coefficient of function.
Is it possible to see the function fof fitted surface?
I am using R2009b version
Thank you,
Fevzi YILMAZ
Accepted Answer
More Answers (0)
Categories
Find more on Get Started with Curve Fitting Toolbox 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!