Hi everyone,
I am trying to read my excel file in Matlab app designer for plotting. However when I run it i get this message: 'Unrecognized method, property, or field 'UITable' for class 'My_Measurement_Tool'. I'm not really sure what this means or how to solve it.
m = readtable(uigetfile('*.mat','*.xlsm))
app.UITable.Data = m

 Accepted Answer

Cris LaPierre
Cris LaPierre on 21 Feb 2022

0 votes

The error would suggest you either don't have a UITable in your app, or if you do, the name is not UITable. Check your component browser.

1 Comment

Yes you are right. I don't have a UITable in app. Thank you.

Sign in to comment.

More Answers (0)

Categories

Find more on Develop Apps Using App Designer in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!