bytestream_save¶
- bytestream_save(filename, varargin)¶
BYTESTREAM_SAVE Save variables as uint8 byte streams in a .mat file
- Usage:
bytestream_save(filename, var1, var2, …)
- Inputs:
filename : char - path to target .mat file – required varargin : char - names of caller-workspace variables to save – required
- Outputs:
none (side effects only)
Notes
Each variable is serialized with getByteStreamFromArray and appended to the .mat file in v6 format.
See also: bytestream_load, getByteStreamFromArray
∿∿∿ Prerau Laboratory MATLAB Codebase · sleepEEG.org ∿∿∿