how to enable rotate3d for guide axes?
3 ビュー (過去 30 日間)
古いコメントを表示
how do I rotate 3d a graph drawn in axes pane in a GUIDE figure?
0 件のコメント
回答 (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!