Reverse
(Built-in Mathematica Symbol) Reverse[expr] reverses the order of the elements in expr. Reverse[expr, n] reverses elements at level n in expr.Reverse[expr, {n_1, n_2, ...}] reverses elements at levels ...
Deployed is an option for displayed objects, cells, and notebooks that specifies whether their contents should be considered deployed, so that elements such as Slider, ...
Mathematica's symbolic character allows it to handle generalized functions or "distributions" as a direct extension of classical mathematical functions, and to represent ...
Animator[u] represents an object that displays with the value of u being continually increased from 0 to 1 with time. Animator[u, {u_min, u_max}] makes u vary from u_min to ...
These "How tos" give step-by-step instructions for common tasks related to image processing in Mathematica .
AlphaChannel[image] returns the alpha channel of image.
AnimationRate is an option for Animate and Animator that specifies at what rate an animation should run, in units per second.
AnimationRepetitions is an option to Animate and related functions that specifies how many times the animation they create runs before stopping.
AutoAction is an option for objects such as Slider, Locator, and Button that specifies whether they should automatically take action whenever the mouse pointer is over them, ...
DisplayAllSteps is an option to Animate and related functions that specifies whether all frames should be displayed in an animation, even if to do so would slow the animation ...