Extract points from generated mesh
Afficher commentaires plus anciens
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
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Surface and Mesh Plots dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!