Plot a surface through given points
Mostra commenti meno recenti
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?
Risposte (1)
Walter Roberson
il 23 Mag 2016
1 voto
See scatteredInterpolant
2 Commenti
Antonio Cantiani
il 23 Mag 2016
Walter Roberson
il 24 Mag 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
Categorie
Scopri di più su Surface and Mesh Plots in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!