Effacer les filtres
Effacer les filtres

Getting a 3-D Plot to Automatically Rotate

17 vues (au cours des 30 derniers jours)
Rick
Rick le 2 Déc 2013
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 ??

Réponse acceptée

Sean de Wolski
Sean de Wolski le 2 Déc 2013
Use rotate3d 'on':
surf(peaks);
rotate3d('on')

Plus de réponses (0)

Catégories

En savoir plus sur 2-D and 3-D Plots dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by