Plot a surface through given points
古いコメントを表示
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
2016 年 5 月 23 日
1 投票
See scatteredInterpolant
2 件のコメント
Antonio Cantiani
2016 年 5 月 23 日
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
カテゴリ
ヘルプ センター および File Exchange で Surface and Mesh Plots についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!