pdegplot(model, 'FaceLabels', 'on') does not show face labels
Afficher commentaires plus anciens
When I call pdegplot(model, 'FaceLabels', 'on') with 2D geometry to solve pde, it works fine.
But, when I made 3D geometry using extrude(g, z_height).
pdegplot(model, 'FaceLabels', 'on') does not show face labels,
so it is difficult to find specific face ID which I want to setup boundary conditions.
2 commentaires
What is the output when you run extrude(g, z_height)? How many faces does it say there are? Can you share what you use to create the 2D geometry?
model = createpde;
g = importGeometry(model,'PlateHolePlanar.stl');
extrude(g,5)
Chun-Yeol You
le 9 Juil 2021
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur General PDEs 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!

