how to find out node coordinates for a simple quad element?
이전 댓글 표시
I want to know how to find out the node co-ordinates for a simple shell element?
채택된 답변
추가 답변 (1개)
Fabio Freschi
2021년 8월 16일
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,:),:);
카테고리
도움말 센터 및 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!
