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 件のコメント

Pravin More
Pravin More 2022 年 2 月 21 日
Yes you are right. I don't have a UITable in app. Thank you.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeDevelop 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