Exclude first 2 rows of .dat file when using load

1 Ansicht (letzte 30 Tage)
Marisabel Gonzalez
Marisabel Gonzalez am 19 Nov. 2018
I want to exclude the first two rows when using load
data = load('file.dat')
x = data(3:end,1);
y = data(3:end,2);
The one below obviously gives me a ASCII file error. But you get the idea of what I want.

Antworten (1)

madhan ravi
madhan ravi am 19 Nov. 2018
Bearbeitet: madhan ravi am 19 Nov. 2018
convert your .dat to .txt and then follow your method
  1 Kommentar
Marisabel Gonzalez
Marisabel Gonzalez am 19 Nov. 2018
by any change is a command that does that or I have to do it manually?

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Data Type Conversion finden Sie in Help Center und File Exchange

Tags

Produkte


Version

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by