1. 使用 title 的 ‘position’ 属性进行设置

plot(1:10, 1:10), title('y=x', 'position', [5.5, 0])

2. 使用 xlabel

plot(1:10, 1:10), xlabel('y=x')
imshow('pout.tif'), xlabel('y=x')
posted on 2017-03-02 12:41  未雨愁眸  阅读(289)  评论(0编辑  收藏  举报