savenh5
save workspace variables to .nh5 file
📝 Syntax
savenh5(filename)
savenh5(filename, var1, ..., varN)
savenh5(filename, '-append', ...)
savenh5(filename, '-nocompression', ...)
📥 Input argument
filename - a string: .nh5 filename.
var1, ..., varN - string: Names of variables to save from Nelson's workspace.
'-append' - append variables to an existing .nh5 file.
'-nocompression' - disable .nh5 file compression.
📄 Description
savenh5 save workspace variables to .nh5 file.
.nh5 file uses hdf5 file as container.
💡 Examples
append variables
compression
🔗 See also
🕔 History
Version
📄 Description
1.0.0
initial version
Last updated
Was this helpful?