Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

set 2 data in uitable

조회 수: 1 (최근 30일)
Yusran Said
Yusran Said 2017년 10월 31일
마감: MATLAB Answer Bot 2021년 8월 20일
how to set 2 data in 1 table at same time, this my code for show 1 data
data_plat = load('Data_Plat.mat');
Database_All = data_plat.Database_All;
data2 = table2cell(Database_All(strcmpi(Database_All.Plat, 'DP4308CJ'), {'Plat', 'Nama', 'Jurusan', 'Status'}));
set(handles.uitable1, 'Data', data2);
i need to show 2 or more data, for example data plate DP4308CJ and DD57NR so i type this code but get error
data2 = table2cell(Database_All(strcmpi(Database_All.Plat, 'DP4308CJ','DD57NR'), {'Plat', 'Nama', 'Jurusan', 'Status'}));
how to fix that?

답변 (0개)

이 질문은 마감되었습니다.

태그

Community Treasure Hunt

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

Start Hunting!

Translated by