maxValue=max(max(yearMean));
h=imagesc(yearMean,[0,maxValue]);
%set(h,'alphadata',~isnan(yearMean));
title('土壤湿度'); %图的标题为土壤湿度
set(gcf,'color','white');%设置背景色为白色
colorbar
maxValue=max(max(yearMean));
h=imagesc(yearMean,[0,maxValue]);
%set(h,'alphadata',~isnan(yearMean));
title('土壤湿度'); %图的标题为土壤湿度
set(gcf,'color','white');%设置背景色为白色
colorbar