I am trying to plot a figure with large size
Here is my code
% this code gives me good appearance
scrsz = get(0,'ScreenSize');
figure('Position',[30 50 scrsz(3)/1.2 scrsz(4)/1.2]);
my questions are:
is the appearance of the figure will change if this code run on a different computer?
is there a way to plot a figure with maximum screen size directly?
thanks.
The appearance of the figure definitely may change.
If you want a maximal screen size, I would use the following File Exchange submission.