Borrar filtros
Borrar filtros

Disply data in row (uitable)

1 visualización (últimos 30 días)
as hz
as hz el 6 de Feb. de 2013
Hi,
When I am storing 5 variables in uitable using this code: cData = {complete; AInfo; BInfo; CInfo; DInfo}; set(handles.infoTable, 'data', cData);
The data is displayed in the in one column but not in a row. How can I do it?
Thanks.

Respuesta aceptada

Azzi Abdelmalek
Azzi Abdelmalek el 6 de Feb. de 2013
Editada: Azzi Abdelmalek el 6 de Feb. de 2013
Maybe you should use ( , ) instead of ( ; )
cData = {complete, AInfo,BInfo, CInfo, DInfo};

Más respuestas (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