Disply data in row (uitable)

1 次查看(过去 30 天)
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.

采纳的回答

Azzi Abdelmalek
Azzi Abdelmalek 2013-2-6
编辑:Azzi Abdelmalek 2013-2-6
Maybe you should use ( , ) instead of ( ; )
cData = {complete, AInfo,BInfo, CInfo, DInfo};

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Migrate GUIDE Apps 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by