P = nonlinearise(P)
P = nonlinearise(P,Range)
P = nonlinearise(P,List,Range)
P
[ plan ] - Simulation plan object.
List
[ cellstr ] - List of labels for equations that will be simulated in an exact non-linear mode; all selected equations must be marked by an =#
mark in the model file. If List
is not specified, all equations marked in the model file will be simulated in a non-linear mode.
Range
[ numeric ] - Date range on which the equations will be simulated in an exact non-linear mode; currently, the range must start at the start of the plan range. If Range
is not specified, the equations are non-linearised over the whole simulation range.
P
[ plan ] - Simulation plan with information on exact non-linear simulation included.