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!
