默认的坐标原点在左下角,可是想要让它到右上角,如何做,一句代码搞定 set(gca,'ydir','reverse','xaxislocation','top'); 记得要将需要变换坐标原点的图之前哦,因为gca表示的是当前窗口