How can we clear the values in the edit box of matlab GUI by pressing another button (say clear)

2 visualizzazioni (ultimi 30 giorni)
How can we clear the values in the edit box of matlab GUI by pressing another button (say clear)

Risposta accettata

Walter Roberson
Walter Roberson il 19 Ago 2015
set(handles.edit1, 'String', ''); %example

Più risposte (0)

Categorie

Scopri di più su MATLAB 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!

Translated by