IRIS Toolbox Reference Manual

ismissing

True if some initical conditions are missing from input database

Syntax

[Flag,List] = ismissing(M,Inp,Range)

Input arguments

Output arguments

Description

The complete list of initial conditions required for simulating the model M can be obtained by

get(M,'required')

Example