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.

답변 (1개)
Thorsten
2015년 7월 19일
0 개 추천
Use textread with 'headerlines', 10.
카테고리
도움말 센터 및 File Exchange에서 Data Import and Analysis에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!