bdeGetMaxStepSize
Takes model and returns the maximum step size.
Syntax
maxStep = bdeGetMaxStepSize(model)
Inputs
- model
- Model used to get the maximum step size from.
Outputs
- maxStep
- The maximum step size of the model.
Examples
model = bdeGetCurrentModel();
maxStep = bdeGetMaxStepSize(model)
maxStep = 5
model = bdeGetCurrentModel();
maxStep = bdeGetMaxStepSize(model)
maxStep = -1