help to rotate 3d plots
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hi,
Can someone help me to rotate a 3d graph of desired angle of view during its creation (not after)?
Thanks
0 Kommentare
Antworten (1)
Kevin
am 11 Okt. 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 Kommentare
Siehe auch
Kategorien
Mehr zu 2-D and 3-D Plots finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!