Skip to content

databank.withEmpty (+databank)

Create databank with empty time series

Syntax

outputDb = databank.withEmpty(names, ...)

Input Arguments

names [ char | cellstr | string ]

List of names under which new empty time series will be created.

Output Arguments

outputDb [ struct ]

Databank with the new empty time series created or added.

Options

AddToDatabank=struct() [ struct ]

Add the new empty time series to this databank.

Description

Example