How do I read whitespace character with Textread function?

1 回表示 (過去 30 日間)
andrea
andrea 2014 年 10 月 12 日
回答済み: Azzi Abdelmalek 2014 年 10 月 12 日
Hi guys, I have a string like this 'Event_Name: NW Kagoshima' in my coord.txt file and I would like to read it in 2 columns. This is what I do:
[name, value]=textread('coord.txt', '%s %s')
value results like a 2 cell array like this: (1st row and 1st column) NW
(2st row and 1st column) Kagoshima
I would it like 1 cell array like this: (1st row and 1st column) NW Kagoshima
Thanks in advance for your help!

回答 (1 件)

Azzi Abdelmalek
Azzi Abdelmalek 2014 年 10 月 12 日
[name, value]=textread('coord.txt', '%s')

カテゴリ

Help Center および File ExchangeLaTeX についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by