(NC_EHDFERR)'. Error in netcdf.getVar (line 140) data = netcdflib(funcstr,ncid,varid,varargin{:}); Error in internal.matlab.imagesci.nc/read (line 635) data = netcdf.getVar(gid, varid, ... Can this be a consequence of an out of memory problem or I should look somewhere el...
Errorusing netcdflib TheNetCDF library encountered an error during execution of 'close' function - 'HDF error (NC_EHDFERR)'. Errorin netcdf.close (line 16) netcdflib('close', ncid); Errorin internal.matlab.imagesci.nc/close (line 139) ...
Errorusing netcdflib TheNetCDF library encountered an error during execution of 'open' function - 'HDF error (NC_EHDFERR)'. Errorin netcdf.open (line 67) [varargout{:}] = netcdflib ('open', filename, varargin{1} ); Errorin internal.matlab.imagesc...
I understand that you are getting the “NC_EHDFERR” error while reading variables ‘latitude’ and ‘longitude’. Based on the error message you received ('HDF error (NC_EHDFERR)'), it is likely that the netCDF file you are working with is corrupted...