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

 Risposta accettata

Cris LaPierre
Cris LaPierre il 21 Feb 2022

0 voti

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 Commento

Pravin More
Pravin More il 21 Feb 2022
Yes you are right. I don't have a UITable in app. Thank you.

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Develop Apps Using App Designer in Centro assistenza e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by