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