I am trying to load a very large set of data in Matlab. I was previously using the command 'importdata()', which makes a matrix out of the content of your .txt or your .dat, for instance. The problem I have now encountered is that I am using very large datasets, which are actually bigger than the memory in my computer. How can I import only a certain part of that file to Matlab at a time (i.e., so that I do not have the problem of running out of memory because I load the entire file at once)?
Thank you!
Edit: I am using MATLAB R2018a