change position of axes in plot3d?
1 次查看(过去 30 天)
显示 更早的评论
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 个评论
Adam
2019-4-12
doc view
will let you set camera elavation and azimuth, or other parameterisations of the camera position.
回答(1 个)
Star Strider
2019-4-12
If you want to show the grid and axes, use the:
grid on
command after the plot3 call.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Graphics Object Properties 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!