Matlab用subplot画图,怎么加总标题

2025-04-16 08:27:58
推荐回答(1个)
回答1:

加入uicontrol('parent',xxxxxxx,'style','text','string','XXXXXXXXX','pos',xxxxxxxxxxx)

在subplot中间加个坐标轴,设置坐标轴的xcolor和ycolor属性为窗口的背景颜色;去掉xtick和ytick。

然后title输出你要添加的大标题。

呵呵,这个办法有点糊弄。:)