FIGUREMAKER - Publication quality figures with matlab

Create publication quality graphics, allowing rgb color scaling, pdf output and correct fontsizes.

이 제출물을 팔로우합니다

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 (2026). FIGUREMAKER - Publication quality figures with matlab (https://kr.mathworks.com/matlabcentral/fileexchange/42012-figuremaker-publication-quality-figures-with-matlab), MATLAB Central File Exchange. 검색 날짜: .

도움

도움 받은 파일: export_fig

도움 준 파일: SplitPDFcolorBW

카테고리

Help CenterMATLAB Answers에서 Printing and Saving에 대해 자세히 알아보기

일반 정보

MATLAB 릴리스 호환 정보

  • 모든 릴리스와 호환

플랫폼 호환성

  • Windows
  • macOS
  • Linux
버전 퍼블리시됨 릴리스 정보 Action
1.1.0.0

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

1.0.0.0