Borrar filtros
Borrar filtros

help to rotate 3d plots

6 visualizaciones (últimos 30 días)
cyberdyne
cyberdyne el 11 de Oct. de 2011
Hi,
Can someone help me to rotate a 3d graph of desired angle of view during its creation (not after)?
Thanks

Respuestas (1)

Kevin
Kevin el 11 de Oct. de 2011
Try using view:
For example,
view(0,90);
I have not tried using this before plotting, but it might work if you open up a blank figure first.
  2 comentarios
cyberdyne
cyberdyne el 11 de Oct. de 2011
But how can I get a rotation around z-axis, for example?
cyberdyne
cyberdyne el 11 de Oct. de 2011
I found it.
It's possible with "rotate" function

Iniciar sesión para comentar.

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