Filter löschen
Filter löschen

how to move a static text box?

8 Ansichten (letzte 30 Tage)
Shree Nath
Shree Nath am 27 Sep. 2012
I am trying to move a gui static text box progamatically, by pushing a button which performs - "set(handles.text1,'Position',[25 43 23 12]);"
but this doesn't work, the static text box just gets disappeared.
is their any other way to do it?

Akzeptierte Antwort

Tom
Tom am 27 Sep. 2012
Check your units, it's probably gone off the figure
get(handles.text1,'Units')

Weitere Antworten (1)

Shree Nath
Shree Nath am 27 Sep. 2012
yeah you were right, it was set to 'charcters'.. thanks ^-^

Kategorien

Mehr zu Environment and Settings finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by