bdeSetInitialStepSize
Takes model and initialSize and sets initial step size.
Syntax
bdeSetInitialStepSize(model, initialSize)
Inputs
- model
 - Model of which the initial step size is being set.
 - initialSize
 - Value to set the initial step size to.
 
Examples
model = bdeGetCurrentModel();
      bdeSetInitialStepSize(model, initialSize)