how to enable rotate3d for guide axes?

2 views (last 30 days)
A
A on 17 Dec 2012
how do I rotate 3d a graph drawn in axes pane in a GUIDE figure?

Answers (1)

Matt Fig
Matt Fig on 17 Dec 2012
Use the command:
rotated3don
After the code that plots the surf.
2 Comments
Walter Roberson
Walter Roberson on 17 Dec 2012
Use a keypressfcn callback to detect the user pressing a keyboard key to request toggling between them.
Note: if you do this, you will probably have to zap a listener. See //www.tianjin-qmedu.com/matlabcentral/answers/2005-windowkeypressfcn-and-datacursormode-on

Sign in to comment.

Tags

Community Treasure Hunt

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

Start Hunting!