thomas weldon
Followers: 0 Following: 0
Feeds
已回答
How to save figure as appears on the screen? with the same aspect ratio, and font size, etc. ?
Try this: fig=gcf;ax=fig.CurrentAxes;fig.Color='w';fig.OuterPosition=fig.InnerPosition;
How to save figure as appears on the screen? with the same aspect ratio, and font size, etc. ?
Try this: fig=gcf;ax=fig.CurrentAxes;fig.Color='w';fig.OuterPosition=fig.InnerPosition;
6 years 前 | 0
已回答
Save figure in Matlab without borders
Try this: fig=gcf;ax=fig.CurrentAxes;fig.Color='w';fig.OuterPosition=fig.InnerPosition;
Save figure in Matlab without borders
Try this: fig=gcf;ax=fig.CurrentAxes;fig.Color='w';fig.OuterPosition=fig.InnerPosition;
6 years 前 | 0