Read the data from specific line in MATLAB

1 visualización (últimos 30 días)
Tez
Tez el 11 de Jul. de 2017
Comentada: Grzegorz Knor el 12 de Jul. de 2017
I have sequence of data files(".tab" files) with more than 11100 rows and 236 columns. Data begins from 297th line in one file and from 299th line in another file. How can I read the data from 297th row and 2nd column upto the end of each file?

Respuestas (1)

Grzegorz Knor
Grzegorz Knor el 11 de Jul. de 2017
For the first time use Import Tool and then generate a code .
  2 comentarios
Tez
Tez el 12 de Jul. de 2017
Editada: Tez el 12 de Jul. de 2017
How can I read these files without using import tool?
Grzegorz Knor
Grzegorz Knor el 12 de Jul. de 2017
There is a fscanf function. But it is much easier to use Import Tool and generate code. Then you can use only code without Import Tool.

Iniciar sesión para comentar.

Categorías

Más información sobre Low-Level File I/O 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