How can I insert a data into specified GUI table cell?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
as the below picture shows. I want to change the values within "Status" Column by click "Active" checkbox. For instance, when I click checkbox # 1, the 1st row of "Status" Column shows a string "on". the 1st row of "Status" Column shows a string "off", if I remove the tick from checkbox # 1.
Anyone knows how can I make it?
Thanks in advance.
0 Kommentare
Akzeptierte Antwort
Image Analyst
am 7 Feb. 2013
I don't think you can set just one part of the table. I think you might have to write the entire table back to the control. Is this a uitable control like you'd place on your GUI in GUIDE?
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Migrate GUIDE Apps finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!