*.dat file reader

Hello everyone,
I searched in the help documentation but I didn't find. Is there a function already exixsting in MATLAB in order to open and read a *.DAT file as for example the xlsread ? The *:dat file should contain a tables with the 2 first rows as names and units, the rest is some data.
Thank you for your help

1 Comment

per isakson
per isakson on 12 Sep 2016
Edited: per isakson on 12 Sep 2016
See Data Import and Export. I would have used textscan, but there are many alternatives. The .DAT extension is not important as long as it's a text file.

Sign in to comment.

Answers (1)

George
George on 7 Sep 2016

0 votes

readtable() should do it. Take a look at 'HeaderLines' if needed.

Categories

Find more on Data Import and Analysis in Help Center and File Exchange

Tags

Asked:

on 7 Sep 2016

Edited:

on 12 Sep 2016

Community Treasure Hunt

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

Start Hunting!