FIGUREMAKER - Publication quality figures with matlab

버전 1.1.0.0 (51.2 KB) 작성자: Todd Karin
Create publication quality graphics, allowing rgb color scaling, pdf output and correct fontsizes.
다운로드 수: 5.7K
업데이트 날짜: 2013/7/23

라이선스 보기

figuremaker helps users generate publication quality graphics from
matlab. This code was modified from the exportfig function, available
at http://www.mathworks.com/matlabcentral/fileexchange/727-exportfig
This function is nice in that the font sizes on the exported figure
will agree with the font size of the document the figure is placed
into.

Exportfig was modified to allow rgb color in the exported figure.
Also, export of pdf file format is implemented with help from Oliver
Woodford's export_fig package, available at
http://www.mathworks.com/matlabcentral/fileexchange/23629-exportfig

The file format of the output is automatically chosen from the
filename, for example

>> exportfig('filename.pdf')

exports the current figure into pdf format.

인용 양식

Todd Karin (2024). FIGUREMAKER - Publication quality figures with matlab (https://www.mathworks.com/matlabcentral/fileexchange/42012-figuremaker-publication-quality-figures-with-matlab), MATLAB Central File Exchange. 검색됨 .

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

받음: Exportfig, export_fig

줌: SplitPDFcolorBW

Community Treasure Hunt

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

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

Fixed some typos in comments. Made 'pdf' the default file format if none specified.

1.0.0.0