MATLAB: How to read data from certain range in txt file in matlab

txt

Hi,
I would like to read from line 85 to line 1108 in txt file in matlab.
I don't know how to do it.
The data from line 85 to line 1108 looks like this:
I have 1024 data.
Can please anybody help me?
Thanks,
Hung Jr

Best Answer

Use textscan() with HeaderLines set to 84, a format of '%f%f%f', and specify a count of (1108-85+1)