how to move a static text box?
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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?
0 Commenti
Risposta accettata
Tom
il 27 Set 2012
Check your units, it's probably gone off the figure
get(handles.text1,'Units')
0 Commenti
Più risposte (1)
Vedere anche
Categorie
Scopri di più su Environment and Settings 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!