IRIS Toolbox Reference Manual

fprintf

Write VAR model as formatted model code to text file

Syntax

[C,D] = fprintf(V,File,...)

Input arguments

Options

See help on sprintf for options available.

Description

For VAR objects with Na multiple alternative parameterisations, the filename File must be either a 1-by-Na cell array of string with a filename for each parameterisation, or a sprintf format string where a single occurence of '%g' will be replaced with the parameterisation number.

Example