Borrar filtros
Borrar filtros

How to skip the first row while reading a textfile?

4 visualizaciones (últimos 30 días)
TP Das
TP Das el 15 de En. de 2015
Comentada: TP Das el 13 de Feb. de 2015
I have a textfile with the first row comprising strings. The rest of the rows are numbers. I need to read only the numbers (second row onwards upto the end of the file). The number of rows is not fixed. Any solution?

Respuesta aceptada

Geoff Hayes
Geoff Hayes el 15 de En. de 2015
TP - try using importdata and specify the number of header lines (in your case, 1) which cause those header lines to be skipped. Other MATLAB file reader functions (for data import) can do the same thing too.

Más respuestas (0)

Categorías

Más información sobre Data Import and Analysis en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by