필터 지우기
필터 지우기

triangular mesh generation for rectangular geometry with rectangular empty space in center

조회 수: 1 (최근 30일)
Dear all i want to generate triangular mesh for a rectangular having empty space in center. i had created rectangular empty space by using inpolygon command
[in on]=inpolygon(x,y,vx, vy)
The triangular mesh had been generated by using command delaunay
t=delaunay(x,y)
The problem i am facing is that the all the boundary node of empty space are connected with each other so instead of an empty space i am getting some mesh for boundary nodes. My question is how can i eliminates these boundary nodes
Best regards

답변 (1개)

KSSV
KSSV 2016년 12월 9일

카테고리

Help CenterFile Exchange에서 Surface and Mesh Plots에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by