I\'m exporting an image in Matlab using the eps format, but it smooths the image. Matlab does not blur the image using other formats such as png. I would like to know how to
not sure why it works but you can try doing the following:
eps2eps oldfile newfile
does the trick for me (on a mac os)