uitable size in GUI
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
i have a gui that contain a pushbutton and table...when click the pushbutton a metrix is saved in the table..how to make the zise of the table same as the size of the metrix? with considering the size of the metrix is changing in every execution.
0 Kommentare
Antworten (1)
Image Analyst
am 19 Dez. 2017
The table control does not "auto-size" to the data inside it. You have to set the size with the Position setting
handles.uitable1.Position = [x, y, width, height];
0 Kommentare
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!