28.12.2012 Views

Figure Properties - SERC

Figure Properties - SERC

Figure Properties - SERC

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

h5vlen<br />

The HDF5 h5vlen class associates a name with an array. The following are the<br />

data members of the h5vlen class.<br />

Data Members<br />

Data Multidimensional array<br />

Name Text string specifying the name of the object<br />

The following are the methods of the h5vlen class.<br />

Methods Description Syntax<br />

hdf5.h5vlen Constructs object of class h5vlen. V = hdf5.h5vlen;<br />

V = hdf5.h5vlen(data)<br />

setData Sets the value of the object’s Data<br />

member.<br />

setName Sets the value of the object’s Name<br />

member.<br />

where V is h5vlen object and data can<br />

be a scalar, vector, text string, cell<br />

array, or an HDF5 data type.<br />

setData(V, data)<br />

where V is h5vlen object and data can<br />

be a scalar, vector, text string, cell<br />

array, or an HDF5 data type.<br />

setName(V, name)<br />

where name is a string or cell array.<br />

Remarks The hdf5read function uses the HDF5 data type classes when the data it is<br />

reading from the HDF5 file cannot be represented in the workspace using a<br />

native MATLAB data type. For example, if an HDF5 file contains a data set<br />

made up of an enumerated data type which cannot be represented in MATLAB,<br />

hdf5read uses the HDF5 h5enum class to represent the data. An h5enum object<br />

has data members that store the enumerations (text strings), their<br />

corresponding values, and the enumerated data.<br />

hdf5<br />

2-1019

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!