How to denote the node numbers , when the co-ordinates of all nodes are known?
1 回表示 (過去 30 日間)
古いコメントを表示
I have the co-ordinates of all nodes of a structure nodes as x,y and z co-ordinates How do I now denote the node numbers?
4 件のコメント
回答 (2 件)
Walter Roberson
2021 年 8 月 26 日
The node number associated with z(A,:,B) should be A + (B-1)*(m+1)
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!