Plot a surface through given points
Ältere Kommentare anzeigen
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?
Antworten (1)
Walter Roberson
am 23 Mai 2016
1 Stimme
See scatteredInterpolant
2 Kommentare
Antonio Cantiani
am 23 Mai 2016
Walter Roberson
am 24 Mai 2016
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
Kategorien
Mehr zu Surface and Mesh Plots finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!