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

70 ビュー (過去 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?
  1 件のコメント
Hugo Diaz
Hugo Diaz 2022 年 5 月 23 日
https://www.mathworks.com/help/matlab/ref/meshgrid.html

サインインしてコメントする。

採用された回答

KSSV
KSSV 2020 年 9 月 9 日

その他の回答 (1 件)

Bruno Luong
Bruno Luong 2020 年 9 月 9 日
編集済み: Bruno Luong 2020 年 9 月 9 日
Use FILL or PATCH

カテゴリ

Help Center および File ExchangeSurface 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