IRIS Toolbox Reference Manual

band

Line-and-band graph for tseries objects

Syntax

[Ln,Bd,Range] = band(X,Low,High...)
[Ln,Bd,Range] = band(Range,X,Low,High,...)
[Ln,Bd,Range] = band(Ax,Range,X,Low,High,...)

Input arguments

Output arguments

Options

See help on built-in plot function for other options available.

Date format options

See dat2str for details on date format options.

Description

If one (or more) of the input time series, X, Low, or High, consists of more than one column, the graph is constructructed as follows:

Example