Specified File Does Not Exist using netcdf.open command?
이전 댓글 표시
my code's first line: ncid1=netcdf.open('ncf_2014-07-01T13:33:48.nc','nowrite');
file "ncf_2014-07-01T13:33:48.nc" is in the folder in which I am running my code.
error :
Error in el10 (line 1) ncid1=netcdf.open('ncf_2014-07-01T13:33:48.nc','nowrite');
Any way out shall be helpful greatly.
Note: I need to use 'netcdf.open' command. For some strange reason I dont know Java is not installing on my PC and I cannot use 'panoply' or 'ncview' to view the variables and their dimensions to be able to use 'ncread' command. Sorry.
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 NetCDF Files에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!