I'm trying to import an ASCII file to Matlab in order to manipulate it,I used: importdata(filename)
but the point is it did not load the complete file in to Matlab,I mean after importing I'm taking a struct and inside that there is not all of my ASCII file's data.
I would really appreciate any help regarding that.
best,Navid