フィルターのクリア

add data to gui table with iteration

1 回表示 (過去 30 日間)
Yusran Said
Yusran Said 2017 年 8 月 29 日
編集済み: Yusran Said 2017 年 9 月 6 日
hello guys,i want to ask
i have program to show data from mat file in to gui table, i make video license plate recognition, this is my code
data_plat = load('Data_Plat.mat');
Database_All = data_plat.Database_All;
data2 = table2cell(Database_All(strcmpi(Database_All.Plat, final_output), {'Plat', 'Nama', 'Jurusan', 'Status'}));
set(handles.uitable1, 'Data', data2);
this code is to get specific data(final_output), n show row data from mat file to table,
final_output is plate number get by the program, final_output always change because the program is video processing
question is how to make data in table remain in table and get more row without erase remain row in table?

回答 (0 件)

カテゴリ

Help Center および File ExchangeOther Formats についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by