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

3 次查看(过去 30 天)
Is there away i can get a 3x1 table
thanks in advance,
Cordelle

采纳的回答

Sean de Wolski
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 个评论
Cordelle
Cordelle 2013-6-25
yes, it works. I dont know why its not working on the GUI i already created. I guess i just have to work on it.
Thank you

请先登录,再进行评论。

更多回答(2 个)

Iain
Iain 2013-6-25
In your workspace, generate the default contents for the table. Set the data on the table to that.
  3 个评论

请先登录,再进行评论。


Neman Abdoli
Neman Abdoli 2021-11-10
You can also set the width of the column you wanna remove to 0.

类别

Help CenterFile Exchange 中查找有关 Migrate GUIDE Apps 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by