How to read xls file without changing variable names.
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Kishankumar Dholariya
el 16 de En. de 2020
Comentada: Kishankumar Dholariya
el 16 de En. de 2020
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 comentarios
Respuestas (1)
Walter Roberson
el 16 de En. de 2020
Upgrade to a newer matlab release; that was an enhancement after your version.
Ver también
Categorías
Más información sobre Introduction to Installation and Licensing en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!