Description Usage Arguments Value Author(s)
This function creates a new h5matrix object in an HDF5 file, creating the file if it doesnt exists and the specified dataset within it.
1 | h5matrixCreate(fn, location, dim, storage.mode, ...)
|
fn |
Filename for the HDF5 file. |
location |
Location of the dataset wihtin the HDF5 file, this should be unique. |
dim |
The dimensions of the dataset |
storage.mode |
Storage mode of the dataset, see |
... |
Any additional parameters to |
A h5matrix
object pointing to the specified location in the specified file.
Paul Theodor Pyl
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.