MATLAB: How to load dat file without header

load file

hi friends
could you please help me upload dat file without header, also I would like to get similar arrangement of data, as you see there is some rows have extra columns
thanks

Best Answer

Since you have not attached any sample file, I am giving you an example with a attached file.
A=importdata('sample.txt');
A.data