Getting a 3-D Plot to Automatically Rotate

Hi guys/gals, I create a 3-D Plot...... So instead of having to manually and continually hit the rotate button, how can I get Matlab to automatically do this for me ??

 채택된 답변

Sean de Wolski
Sean de Wolski 2013년 12월 2일

0 개 추천

Use rotate3d 'on':
surf(peaks);
rotate3d('on')

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 2-D and 3-D Plots에 대해 자세히 알아보기

태그

질문:

2013년 12월 2일

답변:

2013년 12월 2일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by