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

 Réponse acceptée

Cris LaPierre
Cris LaPierre le 21 Fév 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 commentaire

Pravin More
Pravin More le 21 Fév 2022
Yes you are right. I don't have a UITable in app. Thank you.

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Develop Apps Using App Designer dans Centre d'aide et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by