help to rotate 3d plots
조회 수: 2 (최근 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!