Problem in app.UITable
Show older comments
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
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!