方法一:
对于只有一个plot的画图句柄可是使用,set(gca,'position',[0 0 1 1]) 其中[0 01 1]分别距表示left bottom right top的比例,这些可以根据需求调整。
方法二:
在图形文件figure的菜单上点击file->export setup,
在size选项中,对"expand axes to fill figure"选项打勾,再点击:Apply to figure 即可。
方法一:
对于只有一个plot的画图句柄可是使用,set(gca,'position',[0 0 1 1]) 其中[0 01 1]分别距表示left bottom right top的比例,这些可以根据需求调整。
方法二:
在图形文件figure的菜单上点击file->export setup,
在size选项中,对"expand axes to fill figure"选项打勾,再点击:Apply to figure 即可。