UICONTROL
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I am running a loop and inside that I am creating edit boxes using uicontrol. I am the loop to refresh the data in the edit boxes every cycle. But at present i end up writing one set of data over another. how can i ensure that before the second set of data is written onto the edit boxes, the first set of data is erased.
Thank You
0 Kommentare
Akzeptierte Antwort
Walter Roberson
am 2 Jun. 2012
Create the uicontrol before the loop. Set their String property to {''} to clear the content.
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Migrate GUIDE Apps 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!