bdeGetInitialStepSize
Takes model and returns the initial step size.
Syntax
initialStep = bdeGetInitialStepSize(model)
Inputs
- model
- Model used to get the initial step size from.
Outputs
- initialStep
- The initial step size of the model.
Examples
model = bdeGetCurrentModel();
initialStep = bdeGetInitialStepSize(model)
initialStep = 1
model = bdeGetCurrentModel();
initialStep = bdeGetInitialStepSize(model)
initialStep = -1