Loading data from a dat file without headers

Hi
I have data file (day_sensor.dat) in format as seen in attached image. My purpose is to create arrays without the headers.I had seen similar post, but none actually answered the question i have.
How do i make matlab read it from thε 10nd line? I have also attached the data file in .txt format as .dat is not supported here.
I had seen similar post, but none actually answered the question i have. This is the code i am using to load the data.

Respuestas (1)

Thorsten
Thorsten el 19 de Jul. de 2015

0 votos

Use textread with 'headerlines', 10.

Categorías

Más información sobre Data Import and Analysis en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 19 de Jul. de 2015

Respondida:

el 19 de Jul. de 2015

Community Treasure Hunt

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

Start Hunting!

Translated by