Function am_stepfun¶
Defined in File am_stepfun.m
Function Documentation¶
-
mlhsInnerSubst< matlabtypesubstitute > am_stepfun(::sym t, matlabtypesubstitute tstart, matlabtypesubstitute vstart, matlabtypesubstitute tend, matlabtypesubstitute vend) am_stepfun is the amici implementation of the step function
- Parameters
t: input variabletstart: input variable value at which the step startsvstart: value during the steptend: input variable value at which the step endvend: value after the step
- Return Value
fun: 0 before tstart, vstart between tstart and tend and vend after tend