MATLAB: How to read a text file with header and data lines in it with special characters

fb matlabMATLAB

Example of data file: mydata.txt
See the attachment
This gives values only on the first data line. How to read all and ignore the last two lines?

Best Answer

doc readtable