Matlab求NSE系数 function nse = NSE(sim, obs) %输入参数分别为模拟值、实测值(序列) ave_obs = sum(obs(:))/numel(obs); %实测数据平均数 Numerator = sum(power