mat file data to GUI table
古いコメントを表示
how to show specific row in gui table from mat file, that is identity ppl that have a car, i make license plate recognition, i need to show up the specific data in table if my program succesfull read the number plate i try this but cant show
myData = load('dataplat.mat');
% update the uitable
set(handles.uitable1,'Data',myData.myCellArray);

7 件のコメント
Jan
2017 年 8 月 9 日
Please explain the occurring problem.
Yusran Said
2017 年 8 月 9 日
Geoff Hayes
2017 年 8 月 9 日
Yusran - please clarify what you mean by show up the specific data. Are you trying to highlight a certain row?
@Yusran Said: Then the code you have posted is fine. Load the data and display the contents of the field myCellArray as Data property of the uitable. I still do not see a problem here. Do you get an error message? Do you want to do something else? I do not know what "but cant show" means.
Yusran Said
2017 年 8 月 10 日
Yusran Said
2017 年 8 月 10 日
編集済み: Yusran Said
2017 年 8 月 10 日
Yusran Said
2017 年 8 月 10 日
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Instrument Control Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!