Добавил:
Upload Опубликованный материал нарушает ваши авторские права? Сообщите нам.
Вуз: Предмет: Файл:
Скачиваний:
27
Добавлен:
09.02.2015
Размер:
673.28 Кб
Скачать

Hdf version 5 library interface

<H5> - MATLAB Gateway to HDF5 Library Interface.

Contents for H5 interface:

To use these functions, you must be familiar with the information about

the Library Interface contained in the User's Guide and Reference Manual

for HDF5 version 1.8.3. This documentation may be obtained from The

HDF Group at <http://www.hdfgroup.org>.

H5.close - Closes the library

H5.garbage_collect - Frees unused memory by the library

H5.get_libversion - Retrieves the HDF5 library version

H5.open - Initializes the HDF5 library

H5.set_free_list_limits - Sets free-list limits

<H5A> - MATLAB Gateway to HDF5 Attribute Interface.

Contents for H5A: Attribute interface

To use these functions, you must be familiar with the information about

the Attribute Interface contained in the User's Guide and Reference

Manual for HDF5 version 1.8.3. This documentation may be obtained from

The HDF Group at <http://www.hdfgroup.org>.

close - Closes the specified attribute

create - Creates an attribute

delete - Deletes an attribute

get_info - Retrieves information about an attribute

get_name - Retrieves an attribute name

get_space - Retrieves a copy of an attribute's dataspace

get_type - Retrieves an attribute's datatype

Iterate - Calls a user function for each attribute

open - Opens attribute specified by object id and name

open_by_idx - Opens attribute specified by index

open_by_name - Opens attribute specified by name

read - Reads an attribute

write - Writes an attribute

<H5D> - MATLAB Gateway to HDF5 Dataset Interface.

Contents for H5D: Dataset interface

To use these functions, you must be familiar with the information about

the Dataset Interface contained in the User's Guide and Reference

Manual for HDF5 version 1.8.3. This documentation may be obtained from

The HDF Group at <http://www.hdfgroup.org>.

close - Closes the specified dataset

create - Creates a new dataset

get_access_plist - Returns a dataset access property list

get_create_plist - Returns a dataset creation property list

get_offset - Returns the dataset address in the file

get_space - Returns a copy of the dataset's dataspace

get_space_status - Determines if space has been allocated

get_storage_size - Returns required amount of storage

get_type - Returns a copy of a dataset's datatype

open - Opens an existing dataset

read - Reads from a dataset

set_extent - Extends a dataset

Vlen_get_buf_size - Determines storage requirements for vl data

write - Writes to a dataset

<H5DS> - MATLAB Gateway to HDF5 Dimension Scale Interface.

Contents for H5DS: Dimension scale interface

To use these functions, you must be familiar with the information about

the Dimension Scale Interface contained in the User's Guide and

Reference Manual for HDF5 version 1.8.3. This documentation may be

obtained from The HDF Group at <http://www.hdfgroup.org>.

attach_scale - Attach dimension scale to dataset dimension

detach_scale - Detach dimension scale from dataset dimension

get_label - Retrieve label from dataset dimension

get_num_scales - Retrieve number of scales attached to dimension

get_scale_name - Retrieves a name of a dimension scale

is_scale - Determines if a dataset is also dimension scale

iterate_scales - Iterate over scales attached to dataset dimension

set_label - Set label for dataset dimension

set_scale - Converts dataset to dimension scale

<H5E> - MATLAB Gateway to HDF5 Error Interface.

Contents for H5E: Error interface

To use these functions, you must be familiar with the information about

the Error Interface contained in the User's Guide and Reference Manual

for HDF5 version 1.8.3. This documentation may be obtained from The

HDF Group at <http://www.hdfgroup.org>.

clear - Clears the error stack for the current thread

walk - Walks the error stack for the current thread

get_major - Returns string specified by a major error number

get_minor - Returns string specified by a minor error number

<H5F> - MATLAB Gateway to HDF5 File Interface.

Contents for H5F: File interface

To use these functions, you must be familiar with the information about

the File Interface contained in the User's Guide and Reference Manual

for HDF5 version 1.8.3. This documentation may be obtained from The

HDF Group at <http://www.hdfgroup.org>.

close - Closes an HDF5 file

create - Creates an HDF5 file

flush - Flushes buffers to disk

get_access_plist - Returns a file access property identifier

get_create_plist - Returns a file creation property list

get_filesize - Returns the size of an HDF5 file

get_freespace - Returns the amount of free space in a file

get_info - Returns global information for a file

get_mdc_config - Returns current metadata cache configuration

get_mdc_hit_rate - Returns file's metadata cache hit rate

get_mdc_size - Obtain metadata chache size data for a file

get_name - Returns name of file owning the object

get_obj_count - Returns count of file's open identifiers

get_obj_ids - Returns a list of open object identifiers

Соседние файлы в папке Библиотеки Matlab