Uitable

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

回答(1 个)

Jason
Jason 2011-2-28

0 个投票

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

类别

帮助中心File Exchange 中查找有关 Develop Apps Using App Designer 的更多信息

标签

提问:

2011-2-28

Community Treasure Hunt

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

Start Hunting!

Translated by