How to add a property to the handles?
Ältere Kommentare anzeigen
I'm creating GUI using guide. I added a new handles, but it does not contain any property (like struct). Please advice.
Akzeptierte Antwort
Weitere Antworten (3)
Luffy
am 10 Jul. 2012
Let me explain it for an edit box(assuming Tag is 1)
x = get(handles.edit1,'String');
set(handles.edit1,'String',z);
Now similarly use get & set to get & set properties via handles of Objects
Michael Adelman
am 10 Jul. 2012
0 Stimmen
Michael Adelman
am 10 Jul. 2012
0 Stimmen
Kategorien
Mehr zu Creating, Deleting, and Querying Graphics Objects finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!