SimRange | Cellzilla2D Home |
Description
Needs["Cellzilla2D`"];
Return Value
SimRange[sim, var, time] returns the {minimum, maximum} values of {var[1][time], var[2][time], ..., var[n][time]}
SimRange[sim, var, {t1, t2, dt}] returns the {minimum, maximum} values of {var[1][t1], var[2][t1], ..., var[n][t], var[1][t1+dt], ...., var[n][t2]}
Options
Example
[ Download Example as Zipped Mathematica Notebook ]
Implementation Notes
See Also