pdegplot(model, 'FaceLabels', 'on') does not show face labels
이전 댓글 표시
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
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
2021년 7월 9일
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 General PDEs에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

