Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Options & Styling for Interactive Manipulation >

AutorunSequencing

AutorunSequencing
is an option for Manipulate that specifies how autorun should use the controls provided.
  • Possible settings include:
Automaticsequentially run each variable
{Automatic,t}run sequentially for t seconds in total
irun only variable i
{i,j,...}run variable i, then j, ...
{{i,ti},...}run variable i for t seconds, etc.
Allrun all variables together
{All,t}run all variables together for t seconds
  • With the setting {Automatic, t}, each variable is allocated the same time.
  • Each variable always starts from the initial value specified for it, and returns to the same value.
  • Controls are numbered sequentially based on their appearance in the original Manipulate expression. The numbering is not affected by which controls are visible.
New in 6
© 2013 Wolfram Research, Inc. Japanese
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team