How to do a circle with triangular mesh?
이전 댓글 표시
답변 (2개)
KSSV
2022년 3월 14일
1 개 추천
댓글 수: 9
loyyy
2022년 3월 14일
KSSV
2022년 3월 14일
Yes, it gives quadrilateral mesh. So you have the points (x,y) from this mesh. On these use delaunayTriangulation to get triangular mesh.
loyyy
2022년 3월 14일
KSSV
2022년 3월 14일
What error you got when you try to run?
loyyy
2022년 3월 14일
KSSV
2022년 3월 14일
Try:
MeshCircle([0 0],1,50,10) ;
loyyy
2022년 3월 14일
Walter Roberson
2022년 3월 14일
No, there is no easier way. Every available method requires that you understand how to pass parameters to a function. The [0,0] and so on that KSSV showed are not just decorative!
Cat Li
2022년 7월 6일
Thank you so much! I just saw this and your comment is extremely helpful.
Walter Roberson
2022년 3월 14일
0 개 추천
Partial Differential Equations toolbox, generate mesh function.
카테고리
도움말 센터 및 File Exchange에서 Surface and Mesh Plots에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


