Importing txt files... each column as individual variable
4 次查看(过去 30 天)
显示 更早的评论
Hello, I'm importing text files that are generated from another program. The txt files are tab delimited, with the first row as column headers.
I'd like to import the data so each column is a variable, with the title of the column header. So the data:
Knee Hip Ankle
45 12 16
47 14 18
49 16 20
becomes 3 variables called 'Knee', 'Hip' and 'Ankle'.
Any help would be massively appreciated. Thanks.
0 个评论
采纳的回答
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Other Formats 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!