how to enable rotate3d for guide axes?
3 次查看(过去 30 天)
显示 更早的评论
回答(1 个)
Matt Fig
2012-12-17
Use the command:
rotated3d on
After the code that plots the surf.
2 个评论
Walter Roberson
2012-12-17
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 http://www.mathworks.com/matlabcentral/answers/2005-windowkeypressfcn-and-datacursormode-on
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Migrate GUIDE Apps 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!