help to rotate 3d plots
4 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hi,
Can someone help me to rotate a 3d graph of desired angle of view during its creation (not after)?
Thanks
0 commentaires
Réponses (1)
Kevin
le 11 Oct 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.
Voir également
Catégories
En savoir plus sur 3-D Scene Control dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!