how to move a static text box?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuesta aceptada
Tom
el 27 de Sept. de 2012
Check your units, it's probably gone off the figure
get(handles.text1,'Units')
0 comentarios
Más respuestas (1)
Ver también
Categorías
Más información sobre Environment and Settings en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!