help me to draw a cube

2 views (last 30 days)
ime sem
ime sem on 9 May 2014
Answered: Ben on 9 May 2014
points
(0,0,0)
(0,0,50)
(0,50,0)
(0,50,50)
(50,0,0)
(50,0,50)
(50,50,0)
(50,50,50)

Answers (1)

Ben
Ben on 9 May 2014
surf(X,Y,Z) Where X,Y,Z are arrays with your coordinates... also have a look at plot3

Categories

Find more on General Applications in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!