ncid=netcdf.open(filename,'nowrite'); %打开nc文件 ... netcdf.close(ncid). for s=1:1 ... netcdf.putVar(ncid,varid_lat,LatData); netcdf.
確定! 回上一頁