首页 > 学院 > 开发设计 > 正文

Matlab Tricks(二十四)—— title 置于图像之下(包括 subplots 的情形)

2019-11-06 08:27:39
字体:
来源:转载
供稿:网友

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')
发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表