I had X.dat file of 1.5GB size while converting to mat file using the statement
a=dlmread('X.dat',' ');
I got an error as Error using dlmread (line 139)
Mismatch between file and format string.
Trouble reading number from file (row 1u, field
1u) ==>
Is there any other method or there is any delimiter I can use?