I am trying to read a file with 5 entries for each line, two of which are float and the others are integers. However, fscanf function of matlab only reads two rows, and I guess it's a memory problem (for just 5k lines of data?).
Do you know how to fix this?