hello,
I am having problem in assigning to app.UITable.Data.
My code is below
[Whole_data,txt,raw]=xlsread('shim_result.xlsx');
app.UITable.Data(row_nummber,2)=raw(row_nummber,2);
here, raw(row_nummber,2) is date time.
it shows the error message"Conversion to double from cell is not possible."
If I convert the date time to double than it does not appears in the table in the normal year- month-day format.
I cant change the whole table to date time as there are other numeric values. The table that I am developing in app designer has the following columns
Pallet number | date time | adjustmnet| shim dimension
Please help me.
Kind regards
Sharmin
3 Comments
Direct link to this comment
https://se.mathworks.com/matlabcentral/answers/523173-app-uitable-data-assignment-problem#comment_842476
Direct link to this comment
https://se.mathworks.com/matlabcentral/answers/523173-app-uitable-data-assignment-problem#comment_842476
Direct link to this comment
https://se.mathworks.com/matlabcentral/answers/523173-app-uitable-data-assignment-problem#comment_842484
Direct link to this comment
https://se.mathworks.com/matlabcentral/answers/523173-app-uitable-data-assignment-problem#comment_842484
Direct link to this comment
https://se.mathworks.com/matlabcentral/answers/523173-app-uitable-data-assignment-problem#comment_842500
Direct link to this comment
https://se.mathworks.com/matlabcentral/answers/523173-app-uitable-data-assignment-problem#comment_842500
Sign in to comment.