Converting a 2D array into 3D to use with isosurface
Mostrar comentarios más antiguos
I have the X,Y,Z coordinate for the nodes of a cylinder and i am trying to cpnvert them into a 3D array to be used with isosurface function. i'm not sure how to convert them thanks
Respuestas (3)
Walter Roberson
el 15 de Mayo de 2014
0 votos
You can use scattered interpolant if necessary, and then interpolate over a regular grid that can then be put through isosurface(). You might also be able to use griddedInterpolant()
sami shalhoub
el 15 de Mayo de 2014
0 votos
Image Analyst
el 8 de Jun. de 2014
0 votos
Categorías
Más información sobre Scalar Volume Data en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!