Superclasses: SimBiology.export.SimulationOptions
Settings for deterministic, ordinary differential equation simulation of exported SimBiology model
SimBiology.export.ODESimulationOptions
is
the class of simulation options associated with determinist, ordinary
differential equation (ODE) solvers.
Deterministic simulation options are created by the export
method
for SimBiology® models with a deterministic SolverType
(for
example, sundials
or ode15s
).
export (model) | Export SimBiology models for deployment and standalone applications |
|
Absolute error tolerance applied to state value during simulation, a positive scalar value. |
|
Control scaling of absolute error tolerance, a logical value. |
|
Initial guess for time step size for scaling of absolute error
tolerance, |
|
Maximum number of logs criterion to stop simulation, a positive scalar value. |
|
Maximum elapsed wall clock time criterion to stop simulation, a positive scalar value. |
|
Upper bound on ODE solver step size, |
|
Times to log in simulation output, a vector of sorted nonnegative values. |
|
Allowable error tolerance relative to state value during simulation, a scalar value in the range (0,1). |
|
Character vector indicating solver type to use for simulation. Possible deterministic solver types are:
|
|
Simulation time criterion to stop simulation, a nonnegative scalar value. |
|
Time units for simulation. This property is read only. |
Handle. To learn how handle classes affect copy operations, see Copying Objects.