So I have a huge dataset that I am working with, but it takes too much memory. I tried using the matfile function on my computer, but it does not exist. Do you guys know how I can use this function. This is the function I am talking about: http://www.mathworks.com/help/matlab/ref/matfile.html
Also, can you access struct with this function. So let's say I have an object called model. Is it possible to access the struct, model(1), with matfile?