how to define 3D coordinates in matlab?
Afficher commentaires plus anciens
i wish to define 2 3D coordinates say (X1, Y1, Z1) and (X2, Y2, Z2). how to define these points?
if i write
(X1, Y1, Z1)= (5, 6, 2);
then it shows parse error . please let me know
1 commentaire
Youssef Khmou
le 15 Mar 2013
X1=5;Y1=6;Z1=2;
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Propagation and Channel Models dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!