PlotRange is an option for graphics functions that specifies what range of coordinates to include in a plot.
RotationTransform[\[Theta]] gives a TransformationFunction that represents a rotation in 2D by \[Theta] radians about the origin.RotationTransform[\[Theta], p] gives a 2D ...
SkewNormalDistribution[\[Mu], \[Sigma], \[Alpha]] represents a skew-normal distribution with shape parameter \[Alpha], location parameter \[Mu], and scale parameter \[Sigma].
SystemsModelSeriesConnect[sys_1, sys_2] connects TransferFunctionModel or StateSpaceModel objects sys_1 and sys_2 in series. SystemsModelSeriesConnect[sys_1, sys_2, {y, u}] ...
CompileEvaluate[expr] compiles expr and then evaluates the resulting compiled code.
Mathematica 6 introduced the revolutionary idea of symbolic dynamic interactivity. Mathematica 7 makes use of this idea throughout the system, and adds a number of additional ...
Directly integrated into the Mathematica language is a convenient symbolic options mechanism that allows arbitrary sequences of named parameters to be given to both built-in ...
And
(Built-in Mathematica Symbol) e_1 && e_2 && ... is the logical AND function. It evaluates its arguments in order, giving False immediately if any of them are False, and True if they are all True.
FinishDynamic[] finishes updating and displaying all currently visible Dynamic objects.
Or
(Built-in Mathematica Symbol) e_1 || e_2 || ... is the logical OR function. It evaluates its arguments in order, giving True immediately if any of them are True, and False if they are all False.