Azzera filtri
Azzera filtri

*.dat file reader

4 visualizzazioni (ultimi 30 giorni)
William Maudru
William Maudru il 7 Set 2016
Modificato: per isakson il 12 Set 2016
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 Commento
per isakson
per isakson il 12 Set 2016
Modificato: per isakson il 12 Set 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.

Accedi per commentare.

Risposte (1)

George
George il 7 Set 2016
readtable() should do it. Take a look at 'HeaderLines' if needed.
  1 Commento
William Maudru
William Maudru il 12 Set 2016
Thank you very much I will try it

Accedi per commentare.

Categorie

Scopri di più su Data Import and Analysis in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by