Feed on
Posts
Comments

a friend once asked:

Having previously benefited from your stinkpot.org tricks, I’m wondering if you
know a way to fix the output size (e.g., dimensions in pixels or inches) of
Matlab figures.

here’s one way of going about rotating the paper orientation figure and then setting its dimensions (in inches):

set(gcf,’PaperOrientation’,'landscape’)
set(gcf,’PaperPosition’,[0,0,11,8.5])


Bookmark and Share

if that was helpful ...

check out the other tips and tricks i've compiled on these pages. you might learn something else interesting!

Did I get this wrong? Let me know!

Trackback URI | Comments RSS