Disply data in row (uitable)

1 Ansicht (letzte 30 Tage)
as hz
as hz am 6 Feb. 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.

Akzeptierte Antwort

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

Weitere Antworten (0)

Kategorien

Mehr zu Migrate GUIDE Apps finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by