Why is GUIDE not allowing me to have one (1) column and three (3) rows in my table? It seems as if the default table is 4 x 2
1 回表示 (過去 30 日間)
古いコメントを表示
Is there away i can get a 3x1 table
thanks in advance,
Cordelle
0 件のコメント
採用された回答
Sean de Wolski
2013 年 6 月 25 日
In the table's createFcn add the following line:
set(handles.table1,'Data',cell(3,1));
Where table1 is the 'Tag' of your table.
12 件のコメント
Sean de Wolski
2013 年 6 月 25 日
If you want default contents, instead of setting an empty cell, set it to some default values.
その他の回答 (2 件)
Neman Abdoli
2021 年 11 月 10 日
You can also set the width of the column you wanna remove to 0.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Migrate GUIDE Apps についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!