フィルターのクリア

fit and plot surface and get acces to fitted surface parameters

1 回表示 (過去 30 日間)
UWM
UWM 2019 年 9 月 12 日
コメント済み: darova 2019 年 9 月 12 日
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 件のコメント
darova
darova 2019 年 9 月 12 日
BUt you already have your function f(x,y)
DOesn't it work?

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeSurface and Mesh Plots についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by