Code covered by the BSD License
-
h5attget(hfile,varname,attnam...
H5ATTGET Retrieve attribute from HDF5 file.
-
h5attput(h5file,varname,attna...
H5ATTPUT Write HDF5 attribute.
-
h5copy(ifile,ofile,srcObjName...
H5COPY recursively copies an object from one HDF5 file to another file.
-
h5datacreate(h5file,varname,v...
H5datacreate Create HDF5 dataset.
-
h5dump(varargin)
H5DUMP print hdf5 metadata.
-
h5id=h5filecreate(h5name,vara...
H5FILECREATE Create HDF5 file.
-
h5imfinfo(fileName,varname)
H5IMFINFO returns information about HDF5 images.
-
h5imread(filename,varname,sta...
H5IMREAD Read an image from an HDF5 file.
-
h5propinfo(property_list_id)
H5PROPINFO: return structure of information about a property list.
-
h5varget ( varargin )
H5VARGET read data from HDF5 file.
-
h5varput ( varargin )
H5VARPUT Write HDF5 dataset.
-
th5attget()
Copyright 2008-2009 The MathWorks, Inc.
-
th5attput()
Copyright 2008-2009 The MathWorks, Inc.
-
th5datacreate()
test_complex;
-
th5dump()
Copyright 2008-2009 The MathWorks, Inc.
-
th5filecreate
-
th5imfinfo()
Copyright 2008-2009 The MathWorks, Inc.
-
th5imread()
Copyright 2008-2009 The MathWorks, Inc.
-
th5propinfo()
Copyright 2008-2009 The MathWorks, Inc.
-
th5varget()
Copyright 2008-2010 The MathWorks, Inc.
-
th5varput()
Copyright 2008-2010 The MathWorks, Inc.
-
Contents.m
-
th5runsuite.m
-
View all files
|
|
| File Information |
| Description |
Command-line utilities for use with HDF5 files. Included are
H5DUMP: dumps metadata to the screen
H5VARGET: reads hdf5 datasets
H5VARPUT: writes data to hdf5 datasets
H5ATTGET: reads hdf5 attributes
H5ATTPUT: writes hdf5 attributes
H5FILECREATE: create hdf5 file
H5DATACREATE: create hdf5 dataset
H5PROPINFO: retrieves property image information |
| MATLAB release |
MATLAB 7.5 (R2007b)
|
| Other requirements |
Not tested on 2007a or below. |
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Comments and Ratings (6) |
| 22 May 2008 |
Mostafa Afgani
|
|
|
| 08 Jul 2008 |
Anthony Kendall
|
|
|
| 14 Jan 2010 |
Joao
|
|
|
| 29 Jan 2011 |
Saad
|
|
|
| 26 Mar 2011 |
Piers
|
|
|
| 14 Jun 2011 |
Curtis Gehman
|
|
|
| Updates |
| 26 Oct 2007 |
Added H5VARPUT.
Added example for H5VARGET. |
| 29 Oct 2007 |
Two additional function, H5ATTGET and H5ATTPUT |
| 30 Oct 2007 |
Added read support for references in H5VARGET.
References now look the same as what the low-level interface expects.
Refactored H5ATTPUT, H5DUMP.
Got rid of mlint warnings.
Prints a placeholder for compound attributes in H5DUMP. |
| 05 Nov 2007 |
Fix to compensate for enum byte swapping issue.
Added preference for full enumeration support. |
| 05 Jan 2009 |
Added new H5PROPINFO m-file. Some error checking changes. Fixed int64 bug on H5ATTPUT on 32-bit platforms. |
| 11 Jan 2009 |
Added int16 enum support, NaN support for fillvalues in double, single precision datasets. Fixed invalid fieldname issue in H5PROPINFO. |
| 26 Jan 2009 |
Rewrite of H5DUMP. Added H5IMREAD, H5IMFINFO functions. |
| 08 Feb 2009 |
Adjusted expected values for H5PROPINFO for the correct HDF5 library version.
Minor fixes to H5DUMP.
|
| 19 Feb 2009 |
Updated H5PROPINFO for new properties.
Removed garbage version of H5DUMP.
Fixed several testing issues. |
| 08 Mar 2009 |
Fixed bug in fill value handling for H5VARGET and H5VARPUT. Added support for bit field datatypes in H5DUMP. |
| 12 May 2009 |
fixed h5varput bug, 'H5S_ALL' is not appropriate for partial writes |
| 27 May 2009 |
Credits The HDF Group for some of the test files. |
| 27 Jul 2009 |
Bounds selection fix in H5VARGET, test suite fix. Thanks to Jon Olav for finding this. |
| 07 Oct 2009 |
Updated H5DUMP for R2009b |
| 15 Oct 2009 |
Allowing for 2D char attributes. Fixed typo for H5DUMP and clearly stated release requirements. Removed 3-argument signature for H5ATTPUT. |
| 21 Jun 2010 |
Added two new functions suggested by customer. Optimized H5VARGET with better choice of H5D.read parameters. |
|
Contact us at files@mathworks.com