Unhelpful error message: Conversion to matlab.ui.control.Table from table is not possible.
7 views (last 30 days)
Show older comments
Alessandro Livi
on 11 Jul 2024
Commented: Alessandro Livi
on 11 Jul 2024
The message
Error using MouseOdor4/startupFcn
Conversion to matlab.ui.control.Table from table is not possible.
is about as unhelpfuls as it gets. Sometimes there is a suggestion or even a Fix option.
How about fixing the error message to read
Did you mean UIMyTable.Data = readtable('file name');
Where UIMyTable.Data = readtable('file name'); is replaced by the actual line of code
Is there a better place to put suggestions than "ask"
0 Comments
Accepted Answer
More Answers (1)
See Also
Categories
Find more on Testing Frameworks 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!