IRIS Toolbox Reference Manual

addparam

Add model parameters to a database (struct)

Syntax

D = addparam(M,D)

Input arguments

Output arguments

Description

If there are database entries in D whose names conincide with the model parameters, they will be overwritten.

Example

D = struct();
D = addparam(M,D);