Azzera filtri
Azzera filtri

uitable size in GUI

5 visualizzazioni (ultimi 30 giorni)
marwa marwan
marwa marwan il 19 Dic 2017
Risposto: Image Analyst il 19 Dic 2017
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.

Risposte (1)

Image Analyst
Image Analyst il 19 Dic 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];

Categorie

Scopri di più su Migrate GUIDE Apps in Help Center e File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by