help me to draw a cube
6 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposte (1)
Ben
il 9 Mag 2014
surf(X,Y,Z) Where X,Y,Z are arrays with your coordinates... also have a look at plot3
0 Commenti
Vedere anche
Categorie
Scopri di più su General Applications in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!