Azzera filtri
Azzera filtri

Getting a 3-D Plot to Automatically Rotate

17 visualizzazioni (ultimi 30 giorni)
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 ??

Risposta accettata

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

Più risposte (0)

Categorie

Scopri di più su 2-D and 3-D Plots in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by