I have to print a large poster, containing a matrix of figures, and it would be very practical for me to let MATLAB arrange them. Unluckily, subplots are displayed to fit a certain figure size, so are tiny and distorted. Instead of fitting the figure size, I would like to fit the paper size of my poster.
I have tried with set(gcf,'Position'..)
, and also changing papersize, but I still don't see the expected result.
Is there something I can try to let MATLAB use, say, a whole A0 sheet to plot?
Here's my current output: