export_fig(figname)

版本 1.6.0.1 (2.9 KB) 作者: Gregory Wallace
Exports data from MATLAB .fig file to HDF5 file.
346.0 次下载
更新时间 2019/3/25

查看许可证

This script exports the data and metadata contained within a MATLAB .fig file and puts it into an HDF5 file. Supports multiple subplots, error bars, axes labels, contour plots, histograms, and more. This script was created to make compliance with new directives for publishing the data contained within figures in all papers funded by US government sources.

引用格式

Gregory Wallace (2024). export_fig(figname) (https://www.mathworks.com/matlabcentral/fileexchange/59937-export_fig-figname), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2015b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 HDF5 的更多信息
标签 添加标签

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.6.0.1

Updated to fix bug related to histogram plots. Also top level directory within HDF5 structure is now 'DATA' in line with General Atomics online HDF5 repository automatic error checking.

1.6.0.0

Fixes bug that caused script to crash when attribute data is a cell array.

1.5.0.0

Added attributes for SourceFile, UserName, and CreationDate.

1.4.0.0

Fixed bug related to recursive object searching that resulted in infinite loop behavior.

1.3.0.0

Added support for 3-D quiver plots.

1.2.0.0

Fixed bug related to x and y axis labels.

1.1.0.0

Fixed a bug that caused some labels to be lost.
Fixed bug that caused some labels to be missed.

1.0.0.0