Problems with data in uitable

I'm having problems using a logical array of data in uitable. I don't want the check box to show up. I want either a 1 or 0 to show up. For example, if my data is as follows
data = [1;0;1;0;0;1;1;0];
I want the table to show these values in a column under match. So far it just keeps making a checkbox.

1 comentario

Harold
Harold el 24 de Abr. de 2013
I just figure it out. changed the format to numeric for the column.

Iniciar sesión para comentar.

 Respuesta aceptada

Walter Roberson
Walter Roberson el 24 de Abr. de 2013

0 votos

double() the data that you store instead of leaving it as logical.

Más respuestas (1)

Zhang lu
Zhang lu el 24 de Abr. de 2013

0 votos

do u mean : data_new=data(:)'

Categorías

Más información sobre Develop Apps Using App Designer en Centro de ayuda y File Exchange.

Productos

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by