MATLAB: Read a txt file

read a txt file

Hi How I do to jump n lines when I read a text file? Thanks in advance Sebastian

Best Answer

Use 'headerlines' named parameter in textscan is probably the simplest; a loop and fgetl also works well albeit a little lower level...