Filter löschen
Filter löschen

Read text file

3 Ansichten (letzte 30 Tage)
Charles
Charles am 7 Dez. 2011
Hi,
I have a text file which contains the following data format
3
abc (1:200, 200: 400)
bcd (1:300, 200: 300)
cde (1:100, 200: 500)
The first line tells me the number of lines to read in. How do I read in the values of the 2: 4th lines? I am using textread but it only returns the value of the first line.
Thanks. Charles

Akzeptierte Antwort

the cyclist
the cyclist am 7 Dez. 2011
There are at least a couple ways you can try. One is to use the textscan() command.
I also like the readtext() command from the File Exchange: http://www.mathworks.com/matlabcentral/fileexchange/10946 for this sort of thing.
  1 Kommentar
Charles
Charles am 7 Dez. 2011
textscan is exactly what I needed. Thanks.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Data Import and Export finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by