Using the isosurface() function for 3D coordinate sets
Ältere Kommentare anzeigen
If I only have as input data a finite set (sample) of rectangular coordinates (x,y,z), of a three-dimensional structure with unknown shape, how can I generate the enveloping surface around the points from the isosurface() function?
Antworten (1)
Walter Roberson
am 23 Mai 2023
0 Stimmen
The output of isosurface() is the data needed to construct a patch() object, so it contains information about the vertices and the face connections.
It is not clear what kind of representation you want for "the enclosing surface" ?
3 Kommentare
Johan Zúñiga
am 23 Mai 2023
Walter Roberson
am 23 Mai 2023
You would not use isosurface() for the case where you have scattered coordinates. isosurface() is for the case where you have a regular grid of coordinates.
Johan Zúñiga
am 24 Mai 2023
Kategorien
Mehr zu Scalar Volume Data 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!