Main Content

hdfhd

Gateway to HDF HD interface

Syntax

[out1,...,outN] = hdfhd(funcstr,input1,...,inputN)

Description

hdfhd is the MATLAB® gateway to the HDF HD interface.

[out1,...,outN] = hdfhd(funcstr,input1,...,inputN) returns one or more outputs corresponding to the HD function in the HDF library specified by functstr.

There is a one-to-one correspondence between HD functions in the HDF library and valid values for funcstr.

Functions

Value of funcstrFunction SyntaxDescription
'gettagsname'

tag_name = hdfhd('gettagsname',tag)

Gets the name of the specified tag.

Output Arguments

A status or identifier output of -1 indicates that the operation failed.

Version History

Introduced before R2006a