MATLAB: Mat file data to GUI table

.mat filegui 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);

Best Answer

Do not name your gui "table": you are confusing MATLAB, which thinks table() is for creating table objects https://www.mathworks.com/help/matlab/ref/table.html which are not related to the display tables, uitable()