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 visualizaciones (últimos 30 días)
Is there away i can get a 3x1 table
thanks in advance,
Cordelle

Respuesta aceptada

Sean de Wolski
Sean de Wolski el 25 de Jun. de 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 comentarios
Cordelle
Cordelle el 25 de Jun. de 2013
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
Sean de Wolski
Sean de Wolski el 25 de Jun. de 2013
If you want default contents, instead of setting an empty cell, set it to some default values.

Iniciar sesión para comentar.

Más respuestas (2)

Iain
Iain el 25 de Jun. de 2013
In your workspace, generate the default contents for the table. Set the data on the table to that.
  3 comentarios
Cordelle
Cordelle el 25 de Jun. de 2013
Lain,
can you give me directions on how to go to the workspace and generate the default contents of the table?
Iain
Iain el 25 de Jun. de 2013
ok Cordeiie,
At your matlab command line type something like:
default = {5 '4' 3};

Iniciar sesión para comentar.


Neman Abdoli
Neman Abdoli el 10 de Nov. de 2021
You can also set the width of the column you wanna remove to 0.

Categorías

Más información sobre Migrate GUIDE Apps en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by