필터 지우기
필터 지우기

Getting a 3-D Plot to Automatically Rotate

조회 수: 17 (최근 30일)
Rick
Rick 2013년 12월 2일
답변: Sean de Wolski 2013년 12월 2일
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일
Use rotate3d 'on':
surf(peaks);
rotate3d('on')

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 2-D and 3-D Plots에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by