Print Matlab figures whose axis ratio the same as in screen -
i'm having problems printing .jpg figure keeps same appearance seen on screen. printed figure looks stretched. helps ?
thanks!
you need use line:
set(gcf,'paperpositionmode','auto')
to make sure matlab not resize figure. if not work please show code use.
Comments
Post a Comment