Unhelpful error message: Conversion to matlab.ui.control.Table from table is not possible.

7 views (last 30 days)
The message
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"

Accepted Answer

Steven Lord
Steven Lord on 11 Jul 2024
Please send this enhancement request to Technical Support directly using this link.

More Answers (1)

Alessandro Livi
Alessandro Livi on 11 Jul 2024
Thanks
It wouldn't hurt me if you could forward it.

Categories

Find more on Testing Frameworks in Help Center and File Exchange

Products


Release

R2023b

Community Treasure Hunt

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

Start Hunting!