It is possible to show an axes over a static text?

1 Ansicht (letzte 30 Tage)
Dani Tormo
Dani Tormo am 14 Dez. 2012
Hi!
I am showing a moving axes together with the mouse but I want it to be showed over all the static texts I have on the GUI.
Is this possible?
Thanks!

Antworten (1)

Walter Roberson
Walter Roberson am 14 Dez. 2012
If the static texts are uicontrol('Style', 'text') then No, it is not possible to show an axes over them. If the static texts are text() objects, then Yes, you can uistack() them to be below a different axes.
  2 Kommentare
Dani Tormo
Dani Tormo am 17 Dez. 2012
Mine are uicontrol. Some of those objects are changing during execution. I think that the others can't.
And opening another figure or GUI? How to do deal with that?
Walter Roberson
Walter Roberson am 17 Dez. 2012
You cannot overlay graphics over a uicontrol.
To open a new figure, use figure()

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Migrate GUIDE Apps finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by