how to plot 2D mesh using coordinates and connectivity matrix?
显示 更早的评论
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
2022-5-23
https://www.mathworks.com/help/matlab/ref/meshgrid.html
采纳的回答
更多回答(1 个)
Bruno Luong
2020-9-9
编辑:Bruno Luong
2020-9-9
0 个投票
Use FILL or PATCH
类别
在 帮助中心 和 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!