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')
plot(1:10, 1:10), title('y=x', 'position', [5.5, 0])
plot(1:10, 1:10), xlabel('y=x')
imshow('pout.tif'), xlabel('y=x')