Extract points from generated mesh
Mostrar comentarios más antiguos
I have the follwoing code:
clear all
clc
e2 = antenna.Ellipse('Majoraxis',4,'Minoraxis',2)
mesh(e2,'MaxEdgeLength',1e-1)
This creates a mesh something like this:

Is it possible to extract the nodal points as one large vector (or any other numeric form) from here on out? I require to do some further processing with the points.
Thanks
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Surface and Mesh Plots 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!