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

c# - HttpResponseMessage System.InvalidOperationException -

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