I plot a stickman using "plot3d" command and then view from xz,xy,yz planes by using "view" command.
The problem is that I can't rotate the stickman to be Z axis on horizontal direction and Y axis to be in vertical direction.
I used "view(Az,El)" command for various arguments and "Rotate 3D" option on figure window but it is not solved.
I need to do operation which I show on the figure on the attachment.
Any help is appreciated.

 Réponse acceptée

Voss
Voss le 25 Juin 2022
Modifié(e) : Voss le 25 Juin 2022
f = openfig('Axis_rotation_problem.fig');
figure(f)
view([90 0])
camroll(90)

2 commentaires

ser
ser le 26 Juin 2022
This answer resolved my problem. I was used to view[(90,0)] but I could not think to use camroll(90).
Special thanks for your immediate reply.
Voss
Voss le 26 Juin 2022
You're welcome!

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Just for fun dans Centre d'aide et File Exchange

Produits

Version

R2017b

Tags

Question posée :

ser
le 25 Juin 2022

Commenté :

le 26 Juin 2022

Community Treasure Hunt

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

Start Hunting!

Translated by