Save figure to file, choose the dimensions and crop figure

Save figure to file. Choose the dimensions and crop figure (remove homogeneous edges).
다운로드 수: 1.6K
업데이트 날짜: 2014/7/15

라이선스 보기

USAGE
fig_print(fig,figname)
fig_print(fig,figname,dim)
fig_print(fig,figname,dim,crop)
fig_print(fig,figname,dim,crop,magn_factor, bg_color)

INPUT
- FIG: figure handle
- FIGNAME: file name, including extension (BMP, JPG, PNG or TIF)
- DIM: 1x2 numeric array with the image dimensions. If DIM=[], the current figure size times MAGN_FACTOR will be used.
- CROP: 1 (crop image) or 0 (do not crop [default]). Remove homogeneous edges
- MAGN_FACTOR: magnification factor (any positive number). Only effective when DIM=[]. Default: 1
- BG_COLOR : If specified, the figure window background color will be changed. You can specify a color using a three-element vector of RGB values or one of the MATLAB predefined names (short name: 'y', 'm', 'c', 'r', 'g', 'b', 'w', 'k')

OUTPUT
- FIGNAME in the current folder or in the folder specified by its path. The file format depends on the given extension.

인용 양식

Guilherme Coco Beltramini (2024). Save figure to file, choose the dimensions and crop figure (https://www.mathworks.com/matlabcentral/fileexchange/42035-save-figure-to-file-choose-the-dimensions-and-crop-figure), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2010a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Printing and Saving에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.2.0.0

Added the option to change the figure background color

1.1.0.0

Added screenshot

1.0.0.0