Below I have some code which could be the starting point of extracting NC data into Matlab. Grip files I suggest converting to NC in CDO before fetching them into Matlab.
Regards
Morten
ncname1='Data.nc'; % insert correct name
%Display the metadata for the file (go though to familiarize with the format)
ncdisp(ncname1);
%Get file information (and show dimension names and variable names)
This is quite an old thread but one can download the nctoolbox and store it in the startup file. You will need to use terminal to find the startup file. nctoolbox has something called nc.geodataset('data') to read it in. It is slow as hell though.