Getting a 3-D Plot to Automatically Rotate

12 views (last 30 days)
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 ??

Accepted Answer

Sean de Wolski
Sean de Wolski on 2 Dec 2013
Use rotate3d 'on':
surf(peaks);
rotate3d('on')

More Answers (0)

Tags

Community Treasure Hunt

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

Start Hunting!