Effacer les filtres
Effacer les filtres

fit and plot surface and get acces to fitted surface parameters

1 vue (au cours des 30 derniers jours)
UWM
UWM le 12 Sep 2019
Commenté : darova le 12 Sep 2019
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?
  1 commentaire
darova
darova le 12 Sep 2019
BUt you already have your function f(x,y)
DOesn't it work?

Connectez-vous pour commenter.

Réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by