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

 采纳的回答

Cris LaPierre
Cris LaPierre 2022-2-21

0 个投票

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 个评论

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

请先登录,再进行评论。

更多回答(0 个)

类别

帮助中心File Exchange 中查找有关 Develop Apps Using App Designer 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by