Getting a 3-D Plot to Automatically Rotate

17 次查看(过去 30 天)
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