help me to draw a cube
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (1)
Ben
el 9 de Mayo de 2014
surf(X,Y,Z) Where X,Y,Z are arrays with your coordinates... also have a look at plot3
0 comentarios
Ver también
Categorías
Más información sobre General Applications en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!