scrsz = get(0,'ScreenSize');
% Create figure
h = figure('Position',[1 scrsz(4) scrsz(3) scrsz(4)]);
% Create figure
h = figure('Position',[1 scrsz(4) scrsz(3) scrsz(4)]);
Related to:
http://usefulcodes.blogspot.com/2011/05/saving-big-matlab-figure-with-subplots.html
No comments:
Post a Comment