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

87 vues (au cours des 30 derniers jours)
VENGATESAN S
VENGATESAN S le 9 Sep 2020
Commenté : Hugo Diaz le 23 Mai 2022
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 commentaire
Hugo Diaz
Hugo Diaz le 23 Mai 2022
https://www.mathworks.com/help/matlab/ref/meshgrid.html

Connectez-vous pour commenter.

Réponse acceptée

KSSV
KSSV le 9 Sep 2020

Plus de réponses (1)

Bruno Luong
Bruno Luong le 9 Sep 2020
Modifié(e) : Bruno Luong le 9 Sep 2020
Use FILL or PATCH

Produits


Version

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by