How to make variable names the same as the column headers when importing?
显示 更早的评论
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 个评论
per isakson
2015-4-15
Al
2015-4-15
per isakson
2015-4-15
"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
2015-4-15
回答(1 个)
Image Analyst
2015-4-16
1 个投票
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.
类别
在 帮助中心 和 File Exchange 中查找有关 Text Files 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!