IRIS Toolbox Reference Manual

get

Query VAR object properties

Syntax

Ans = get(V,Query)
[Ans,Ans,...] = get(V,Query,Query,...)

Input arguments

Output arguments

Valid queries to VAR objects

VAR variables
System matrices
Information criteria
Other queries

Description

Transition matrix

There are three queries to request the VAR transition matrix: 'A#', 'A*', 'A$'. They differ in how the higher-order transition matrices are arranged.

Example