help to rotate 3d plots
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hi,
Can someone help me to rotate a 3d graph of desired angle of view during its creation (not after)?
Thanks
0 comentarios
Respuestas (1)
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
Ver también
Categorías
Más información sobre 3-D Scene Control en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!