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.
Type: diagram
initialSize
Value to set the initial step size to.
Type: string

Examples

Set a model's initial step size:
model = bdeGetCurrentModel();
      bdeSetInitialStepSize(model, initialSize)