How to make variable names the same as the column headers when importing?
Afficher commentaires plus anciens
Notes:
My column headings are V(001), I(B54)... There are thousands of them.
Currently if I use the import wizard, the column headers do not get used for the variable names. Matlab assigns VarName1, VarName2,...
I am importing a text file.
4 commentaires
per isakson
le 15 Avr 2015
Al
le 15 Avr 2015
per isakson
le 15 Avr 2015
"Is there a way to have Matlab remove the parenthesis?"
- With importdata   AFAIK: No!
- With textscan   Yes, but it takes a some lines of code.
Questions
- Do you really want 3400 separate variables?
- Do you know the types of the data in each column - string or numerical?
Al
le 15 Avr 2015
Réponses (1)
Image Analyst
le 16 Avr 2015
1 vote
I think the best approach is to use readtable() so that your fields have the names of your column headers. I think it will throw out the parentheses though.
Catégories
En savoir plus sur Standard File Formats dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!