How to read xls file without changing variable names.
Show older comments
If I use the command,
nameDb = readtable(xl_file, 'sheet','Data');
there is a warning.
Warning: Variable names were modified to make them valid MATLAB identifiers. The original names are saved in the
VariableDescriptions property.
I do not want to change my variables name.
How should I read my xls file?
Answers (1)
Walter Roberson
on 16 Jan 2020
0 votes
Upgrade to a newer matlab release; that was an enhancement after your version.
1 Comment
Kishankumar Dholariya
on 16 Jan 2020
Categories
Find more on Workspace Variables and MAT Files 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!