I have a very huge chunk of data say about 3GB. When I try to load it and save it in a mat file, my laptop hangs as I have only 4GB RAM. Now I figured if I can divide my original data in smaller chunks and do whatever processing i need to do and save it into mat file in steps, it will not take much of RAM. But I couldn't find a way to append new data into the existing mat file without loading the existing data in it (which would fail the purpose).
Any ideas?
Use the function
matfile
: documentation