how to plot 2D mesh using coordinates and connectivity matrix?
Mostra commenti meno recenti
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 Commento
Hugo Diaz
il 23 Mag 2022
https://www.mathworks.com/help/matlab/ref/meshgrid.html
Risposta accettata
Più risposte (1)
Bruno Luong
il 9 Set 2020
Modificato: Bruno Luong
il 9 Set 2020
0 voti
Use FILL or PATCH
Categorie
Scopri di più su Surface and Mesh Plots in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!