如何使matlab中用subplot绘制的所有图形的纵轴反转
for i=1:19subplot(5,4,i)set(gca,'YDir','reverse')%对Y方向反转contour(f(:,:,i))end