[Flag,List] = ismissing(M,Inp,Range)
M [ model ] - Model object.
Inp [ struct ] - Input database from which initical conditions are obtained.
Range [ numeric ] - Simulation range.%
Flag [ true | false ] - True if one or more initial conditions required for simulation of the model M are missing from the database Inp.
List [ cellstr ] - List of initial conditions missing from the database Inp.
The complete list of initial conditions required for simulating the model M can be obtained by
get(M,'required')