how to find out node coordinates for a simple quad element?
Mostrar comentarios más antiguos
I want to know how to find out the node co-ordinates for a simple shell element?
Respuesta aceptada
Más respuestas (1)
Fabio Freschi
el 16 de Ag. de 2021
It depends on your data structure: now your qeustion is rather vague.
Assuming that you have the node coordinates in the Nx3 array P and the connectivity matrix in the the Mx4 array T and you want to know the node coordinates of the element idx, you may write
Pelem = P(T(idx,:),:);
1 comentario
S Priya
el 17 de Ag. de 2021
Categorías
Más información sobre Surface and Mesh Plots en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
