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};

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Signal Processing에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by