IRIS Toolbox Reference Manual

subsasgn

Subscripted assignment for VAR objects

Syntax to assign parameterisations from other VAR object

V(inx) = W

Syntax to delete specified parameterisations

V(Inx) = []

Input arguments

Output arguments

Description

Example

Expand the number of parameterisations in a VAR object that has initially just one parameterisation:

V(1:10) = V;

The parameterisation is simply copied ten times within the VAR object.