hello to all ! i am trying tp read an nc file but it gives me error of this type i am trying to read an netcdf file but it gives me error Error using double Out of memory. Type HELP MEMORY for your options. Error in internal.m​atlab.imag​esci.nc/re​ad

2 views (last 30 days)
hello to all ! i am trying tp read an nc file of a large size having 3/multi dimentional data but it gives me error of this type Error using double Out of memory. Type HELP MEMORY for your options. Error in internal.matlab.imagesci.nc/read (line 654) data = double(data); Error in ncread (line 59) vardata = ncObj.read(varName, varargin{:}); plz suggest solutions ! LikeLike ·

Answers (1)

Image Analyst
Image Analyst on 5 Jun 2014
What is the size of the file?

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!