help me to draw a cube
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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)
0 Kommentare
Antworten (1)
Ben
am 9 Mai 2014
surf(X,Y,Z) Where X,Y,Z are arrays with your coordinates... also have a look at plot3
0 Kommentare
Siehe auch
Kategorien
Mehr zu General Applications finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!