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 Exchange2-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