databank.serialize (+databank)
Serialize databank entries to character vector
Syntax
[c, listSerialized] = databank.serialized(inputDb, dates, ...)
Input arguments
inputDb [ struct | Dictionary | containers.Map ]
Input databank whose time series and numeric entries will be serialized to a character vector.
inputDb [ struct | Dictionary | containers.Map ]
Dates at which time series entries will be serialized;
Infmeans the all encompassing range determined from all time series entries.
Output arguments
c [ char ]
Character vector serializing the
inputDb.
Options
zzz=default [ zzz | ___ ]
Description
Description
Examples