Main Content
monteCarloRun
Syntax
Description
runs a tracking scenario multiple times and saves the running recording of every run. Each
run, called a realization of the scenario, is with a different random seed. recordings
= monteCarloRun(scenario
,numRuns
)
specifies options using one or more name-value pair arguments. Enclose each
recordings
= monteCarloRun(scenario
,numRuns
,Name,Value
)Name
in quotes.
[
also returns the random number generator values at the beginning of each realization run. recordings
,rngs
] = monteCarloRun(___)
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2020a