フィルターのクリア

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 Center および File Exchange2-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