How can we clear the values in the edit box of matlab GUI by pressing another button (say clear)
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
D Joseph
el 19 de Ag. de 2015
Comentada: Valentin Risteski
el 15 de Dic. de 2017
How can we clear the values in the edit box of matlab GUI by pressing another button (say clear)
1 comentario
Valentin Risteski
el 15 de Dic. de 2017
*for multiple edit boxes:*
set([handles.edit1, handles.edit2, handles.edit3], 'String','');
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
Más información sobre Migrate GUIDE Apps 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!