Disply data in row (uitable)

1 回表示 (過去 30 日間)
as hz
as hz 2013 年 2 月 6 日
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};
  1 件のコメント
as hz
as hz 2013 年 2 月 6 日
Thanks

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSignal Processing についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by