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

 Akzeptierte Antwort

Sean de Wolski
Sean de Wolski am 2 Dez. 2013

0 Stimmen

Use rotate3d 'on':
surf(peaks);
rotate3d('on')

Weitere Antworten (0)

Kategorien

Mehr zu 2-D and 3-D Plots finden Sie in Hilfe-Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by