How to denote the node numbers , when the co-ordinates of all nodes are known?
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Réponses (2)
Walter Roberson
le 26 Août 2021
The node number associated with z(A,:,B) should be A + (B-1)*(m+1)
0 commentaires
Voir également
Catégories
En savoir plus sur Interpolation dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!