Command:

setMethodMorris (  
long seed,
long traj,
long levels
)

What:

Sets Morris method in the current configuration

Parameters:

seed
[long]
the seed for the random number generator. The random numbers generation in SimLab is implemented using an iterative function based on a user defined starting point. The seed is the primer value for this procedure (a large value (>= 7 digits) is advised
traj
[long]
number of trajectories (only 4,5,6,7,8,9,10)
levels
[long]
number of levels (only 4,6,8)

Return:

error_code [int]: 1 if the operation has occurred without errors, 0 if an error has occurred

Examples:


setMethodMorris(21321, 10, 4)

this command in Matlab sets the Morris method as method to be used providing a seed, a number of trajectories and a number of levels.

All Method Commands: