help to rotate 3d plots
4 次查看(过去 30 天)
显示 更早的评论
Hi,
Can someone help me to rotate a 3d graph of desired angle of view during its creation (not after)?
Thanks
0 个评论
回答(1 个)
Kevin
2011-10-11
Try using view:
For example,
view(0,90);
I have not tried using this before plotting, but it might work if you open up a blank figure first.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 3-D Scene Control 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!