How to read xls file without changing variable names.
2 次查看(过去 30 天)
显示 更早的评论
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?
0 个评论
回答(1 个)
Walter Roberson
2020-1-16
Upgrade to a newer matlab release; that was an enhancement after your version.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Introduction to Installation and Licensing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!