how to define 3D coordinates in matlab?
Show older comments
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 Comment
Youssef Khmou
on 15 Mar 2013
X1=5;Y1=6;Z1=2;
Accepted Answer
More Answers (0)
Categories
Find more on Propagation and Channel Models in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!