| MathSBML Home Page | MathSBML Site Map |
parametricScan[model, parameter, min, max, delta, X, time]
parametricScan[filename, parameter, min, max, delta, X, time]
returns a list containing the values
{{min,X[time]}, {min+delta, X[time]}, .., {max, X[time]}}
where the values are obtained by solving the model with the value of the specified parameter set to the values min, min+delta,..., max.
Here X is any model variable, and time is the duration of the SBMLNDSolve run.
Note: in the first type of invocation, the model MUST be orignally imported using the option evaluateParameters→False (the default is True).
New in version 2.6.1.