How to set 'PreserveVariableNames' to True while importing an Excel file into matlab?

90 vues (au cours des 30 derniers jours)
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?

Réponse acceptée

Fangjun Jiang
Fangjun Jiang le 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.
  2 commentaires
WalterWhite
WalterWhite le 14 Jan 2020
I read the same in Docs. Can you write the syntax please?
Fangjun Jiang
Fangjun Jiang le 14 Jan 2020
out=readtable('test.xlsx','PreserveVariableNames',true)

Connectez-vous pour commenter.

Plus de réponses (0)

Produits

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by