change position of axes in plot3d?
2 ビュー (過去 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!