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

sql - Postgresql error: "failed to find conversion function from unknown to text" -

c# - Derived UserControl layout resets after build -

haskell - Using Monad/ST for non-concurrent message passing in a mutable graph -