Borrar filtros
Borrar filtros

Getting a 3-D Plot to Automatically Rotate

17 visualizaciones (últimos 30 días)
Rick
Rick el 2 de Dic. de 2013
Respondida: Sean de Wolski el 2 de Dic. de 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 ??

Respuesta aceptada

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

Más respuestas (0)

Categorías

Más información sobre 2-D and 3-D Plots en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by