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 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Cordelle
am 25 Jun. 2013
Beantwortet: Neman Abdoli
am 10 Nov. 2021
Is there away i can get a 3x1 table
thanks in advance,
Cordelle
0 Kommentare
Akzeptierte Antwort
Sean de Wolski
am 25 Jun. 2013
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 Kommentare
Sean de Wolski
am 25 Jun. 2013
If you want default contents, instead of setting an empty cell, set it to some default values.
Weitere Antworten (2)
Neman Abdoli
am 10 Nov. 2021
You can also set the width of the column you wanna remove to 0.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Migrate GUIDE Apps finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!