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

2 Ansichten (letzte 30 Tage)
How can we clear the values in the edit box of matlab GUI by pressing another button (say clear)

Akzeptierte Antwort

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

Weitere Antworten (0)

Kategorien

Mehr zu MATLAB 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