ContentsIndexReferenceHome
PreviousUpNext
saveH5
MATLAB
saveH5(fileName,S)
Description

Save all data from the input structure to the specified .h5 file. Any existing file with the same name will be overwritten.

Parameters
Parameters 
Description 
fileName [string/cell] 
Name of file to save. Can be name of a mat or cell array of mat files to convert to an h5 file with the same name 
S [struct] 
(Optional) Structure of data to save. If not input, assumes fileName is a mat file to convert to h5. 
locOpt [string] 
(Optional) Input '-inplace' to save the h5 file in the same directory as the mat file. If data is input with '-inplace' option, h5 file will be saved in the working directory. Otherwise, h5 file will be saved in the default API directory. 
See Also
Group
Made with Doc-O-Matic.
Copyright (c) 2009. All rights reserved.
What do you think about this topic? Send feedback!