matlab用subplot画图,怎样调节每幅图的大小

2025-04-06 09:49:05
推荐回答(1个)
回答1:

加入uicontrol('parent',xxxxxxx,'style','text','string','xxxxxxxxx','pos',xxxxxxxxxxx)
在subplot中间加个坐标轴,设置坐标轴的xcolor和ycolor属性为窗口的背景颜色;去掉xtick和ytick。
然后title输出你要添加的大标题。
呵呵,这个办法有点糊弄。:)