Disply data in row (uitable)

1 vue (au cours des 30 derniers jours)
as hz
as hz le 6 Fév 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.

Réponse acceptée

Azzi Abdelmalek
Azzi Abdelmalek le 6 Fév 2013
Modifié(e) : Azzi Abdelmalek le 6 Fév 2013
Maybe you should use ( , ) instead of ( ; )
cData = {complete, AInfo,BInfo, CInfo, DInfo};
  1 commentaire
as hz
as hz le 6 Fév 2013
Thanks

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Signal Processing dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by