|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
Trigger
Details and OptionsDetails and Options
- In Manipulate, ControlType->Trigger specifies that a particular variable should be controlled by a trigger.
- The default duration after triggering for a variable to go through its range is 5 seconds.
- Trigger[Dynamic[u], {umin, Infinity}] runs forever after being triggered, with u increasing by 1 every second.
- The following options can be given:
-
AnimationRate Automatic the rate at which variables vary AnimationRepetitions 1 how many times to run before stopping Appearance Automatic the overall appearance of the trigger object AppearanceElements Automatic elements to include in the displayed trigger Exclusions {} specific u values to exclude DefaultDuration 5. the default duration in seconds DisplayAllSteps False whether to force all discrete steps to be displayed Enabled Automatic whether the trigger is enabled, or grayed out ImageMargins 0 margins around the image of the displayed trigger ImageSize Automatic the overall image size of the displayed trigger - The following elements are included in a default trigger:
,
,
. These elements can be specified in any order in a list given as the setting for AppearanceElements. Additional possible elements include all the appearance elements for Animator.
ExamplesExamplesopen allclose all
Basic Examples (1)Basic Examples (1)
Dynamically trigger a variable update:
| In[1]:= |
| Out[1]= |
New in 6
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
