could not open .nc file to read by using ncread
16 views (last 30 days)
Show older comments
Hi there
I try to open .nc file in Matlab by using ncread, however, I always get error says:
Error using internal.matlab.imagesci.nc/openToRead (line 1272)
Could not open ..\DATA\LEVEL3\2019_zwd_final_60mins\19FEB05XA [vgosDB]\HOBART26\AzEl.nc for reading.
Error in internal.matlab.imagesci.nc (line 121)
this.openToRead();
Error in ncread (line 61)
ncObj = internal.matlab.imagesci.nc(ncFile);
Need help for that. Much appreciated for any advise.
2 Comments
Walter Roberson
on 16 May 2020
Re-check the names of the files and directories.
Note: the error message you put into your question is not the same one that is in your .JPG
Answers (0)
See Also
Categories
Find more on NetCDF in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!