Plot a surface through given points

19 次查看(过去 30 天)
Hello, I was wondering if it is possible to create a surface which interpolates a set of points. For example, let's say that I have the coordinates of a set of points on a surface from experimental data, is it possible to reproduce the surface with a plot?

回答(1 个)

Walter Roberson
Walter Roberson 2016-5-23
See scatteredInterpolant
  2 个评论
Antonio Cantiani
Antonio Cantiani 2016-5-23
The scatteredInterpolant function create the interpolation of the points, but it does not plot the surface. Is it possible to plot the surface directly with the scatteredInterpolant function?
Walter Roberson
Walter Roberson 2016-5-24
No.
You feed a grid of points to the function handle returned by scatteredInterpolant and that will return data that you can plot. There is an example at http://www.mathworks.com/help/matlab/ref/scatteredinterpolant-class.html#examples

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Surface and Mesh Plots 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by