how to plot 2D mesh using coordinates and connectivity matrix?

조회 수: 73 (최근 30일)
VENGATESAN S
VENGATESAN S 2020년 9월 9일
댓글: Hugo Diaz 2022년 5월 23일
I have coordinates of nodes and connectivity matrix as follows
coordinate = [0 0
0 0.2000
0 0.4000
0 0.6000
0 0.8000
0 1.0000
1.0000 1.0000];
connectivity matrix = [1 2 7 6
2 3 8 7
.........];
how to plot with coordinat and connectivity matrix?

채택된 답변

KSSV
KSSV 2020년 9월 9일

추가 답변 (1개)

Bruno Luong
Bruno Luong 2020년 9월 9일
편집: Bruno Luong 2020년 9월 9일
Use FILL or PATCH

카테고리

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

제품


릴리스

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by