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 ExchangeDevelop 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