matlab數據處理-批量處理nc文件 clc;clear; datadir = 'F:\GLEAM_E\'; %指定批量數據所在的文件夾 filelist = dir([datadir,'*.nc']); %列出所有滿足 ...