Clear Filters
Clear Filters

fit and plot surface and get acces to fitted surface parameters

1 view (last 30 days)
I use
f = fit( [X1, Y1], Z1, 'poly44' )
and
plot(f, [X1,Y1], Z1)
functions to fit (and plot) surface to scattered data.
Is it any way to get acces to fitted surface data,
i.e. x, y ,z values of fitted surface in arbitraty
chosen x, y regular grid?

Answers (0)

Community Treasure Hunt

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

Start Hunting!