How to read xls file without changing variable names.
조회 수: 1 (최근 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에서 Workspace Variables and MAT Files에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!