How can I get a high resolution eps, e.g., >300dpi? Matlab's documentation says to use the -r option, e.g.,
print -deps -r300 myfile
but it actually doesn't work. When I look at the produced eps in a software such as Adobe Photoshop the resolution is just 72dpi. Thanks for you input!