|
|
||
|
|
| Built-in Mathematica Symbol | See Also »|More About » |
AutorunSequencing |
| AutorunSequencing is an option for Manipulate that specifies how autorun should use the controls provided. |
| Automatic | sequentially run each variable | |
| {Automatic,t} | run sequentially for t seconds in total | |
| i | run only variable i | |
| {i,j,...} | run variable i, then j, ... | |
| {{i,ti},...} | run variable i for t seconds, etc. | |
| All | run all variables together | |
| {All,t} | run all variables together for t seconds |
Control the order of the variables when Autorun is chosen from the Manipulate menu:
Specify a different duration for each variable (default 5):
Specify All to run through all variables simultaneously:
|
| © 2008 Wolfram Research, Inc. |