Uitable

9 visualizzazioni (ultimi 30 giorni)
Jason
Jason il 28 Feb 2011
Hi, I want my UItable to start with 10 columns and 3 rows (including headers). I cannot find any propery on the object inspector to perform this.
Can this be done? Thanks

Risposte (1)

Jason
Jason il 28 Feb 2011
Found the answer: "You can always "physically" delete row-data:"
A=rand(4,3); th=uitable('Data', A); A(4,:)=[]; set(th, 'Data', A);

Categorie

Scopri di più su Develop Apps Using App Designer in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by