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

Popular posts from this blog

javascript - how to protect a flash video from refresh? -

android - Associate same looper with different threads -

visual studio 2010 - Connect to informix database windows form application -