Azzera filtri
Azzera filtri

how to enable rotate3d for guide axes?

3 visualizzazioni (ultimi 30 giorni)
A
A il 17 Dic 2012
how do I rotate 3d a graph drawn in axes pane in a GUIDE figure?

Risposte (1)

Matt Fig
Matt Fig il 17 Dic 2012
Use the command:
rotated3d on
After the code that plots the surf.
  2 Commenti
A
A il 17 Dic 2012
the thing is, I also have a datacursor on; so user needs to be able to toggle datacursor and rotate3d
Walter Roberson
Walter Roberson il 17 Dic 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 http://www.mathworks.com/matlabcentral/answers/2005-windowkeypressfcn-and-datacursormode-on

Accedi per commentare.

Categorie

Scopri di più su Migrate GUIDE Apps in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by