% write data ncid = netcdf.open('wind.nc', 'WRITE'); netcdf.putVar(ncid, time_var_id, 0, nstep, 1, time(1:nstep));. 如上述代码中, 0 为起始序号 ...
確定! 回上一頁