change position of axes in plot3d?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Hi.
when i use plot3d the locations of axes are as shown in screenshot 167. How can i change them like screenshot 170 ?
Thanks.
2 comentarios
Adam
el 12 de Abr. de 2019
doc view
will let you set camera elavation and azimuth, or other parameterisations of the camera position.
Respuestas (1)
Star Strider
el 12 de Abr. de 2019
If you want to show the grid and axes, use the:
grid on
command after the plot3 call.
0 comentarios
Ver también
Categorías
Más información sobre Graphics Object Properties 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!