How to set 'PreserveVariableNames' to True while importing an Excel file into matlab?
62 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
WalterWhite
am 14 Jan. 2020
Kommentiert: Fangjun Jiang
am 14 Jan. 2020
I need it to keep the tables in the original format with spaces and non ASCII characters. I've read that this option is available in R2019b. But how to do it?
0 Kommentare
Akzeptierte Antwort
Fangjun Jiang
am 14 Jan. 2020
help readtable
'PreserveVariableNames' Flag to preserve variable names, specified
as true or false. The default value is false. When
specified as true, MATLAB preserves variable names
that are not valid MATLAB identifiers such as variable
names that include spaces and non-ASCII characters.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Data Import from MATLAB finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!