What's a good way to import a row oriented text file? All of the import methods I know of produce a character array that would require manually searching through to find variable names. The file I'm trying to import looks a bit like the following:
First Name: Name
Last Name: Name
Age: Age
...
and so on. I'm trying to extract the first name, last name, age, and a couple of other variables from it.

2 件のコメント

Guillaume
Guillaume 2019 年 7 月 10 日
Can you attach an example text file?
IE
IE 2019 年 7 月 10 日
The original file is .dat but otherwise this is the same.

サインインしてコメントする。

 採用された回答

IE
IE 2019 年 7 月 10 日

0 投票

Figured out the answer to my own question. Can be solved by importing as
readtable(fileName,'ReadRowNames',1)

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeData Import and Export についてさらに検索

タグ

質問済み:

IE
2019 年 7 月 10 日

回答済み:

IE
2019 年 7 月 10 日

Community Treasure Hunt

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

Start Hunting!

Translated by