How do you get interpolation weights from griddedInterpolant?

1 次查看(过去 30 天)
Hi, I have a griddedInterpolant object F, and I can query it with a set of points v to get the interpolated values:
F = griddedInterpolant(...);
values = F(v);
However, I want to know how the griddedInterpolant achieved these values; I want to find the set of points and weightings used to interpolate the results. Is there a way to do this with the F object or any other ideas?
Thanks.

回答(0 个)

类别

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