gco broken in 2014b?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
In older versions, this displays the last object clicked in the command window whenever a key is pressed in the figure:
figure('keypressfcn','gco') axes
In 2014b the gco always just returns "0x0 empty GraphicsPlaceholder array"
Is there any way to restore the old behavior in 2014b? I need a keypressfcn to react differently depending on what the current object is.
(I'm using gco as a string to simplify the example. Calling gco from an actual function also does not work)
0 Commenti
Risposte (0)
Vedere anche
Categorie
Scopri di più su Migrate GUIDE Apps in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!