How to save a high-resolution figure in MATLAB
问题 When I save a figure from MATALB, I'd like the resulting image to have very high resolution so that I can zoom in to see detail in the image. When I use 'File --> Save As' on a figure, the image is not high resolution. How can I save a figure to a high resolution image in MATLAB? 回答1: You can specify a desired resolution to save the image, either from the command line or from the File menu. Command line: Using print , just include the option -r### , where ### if the resolution you want.