ImagePad[image, m] pads image on all sides with m background pixels.ImagePad[image, m, padding] pads image on all sides using the value or method specified by ...
Widget["IndexedImagePanel"] represents an indexed image panel.
This example demonstrates various techniques for designing a progress bar dialog and a number of options available to wrap the reusable widget involved. Here is one technique ...
Animate
(Built-in Mathematica Symbol) Animate[expr, {u, u_min, u_max}] generates an animation of expr in which u varies continuously from u_min to u_max. Animate[expr, {u, u_min, u_max, du}] takes u to vary in ...
Button
(Built-in Mathematica Symbol) Button[label, action] represents a button that is labeled with label, and evaluates action whenever it is clicked.
EstimatorGains[ss, {p_1, p_2, ..., p_n}] gives the estimator gain matrix for the StateSpaceModel object ss, such that the poles of the estimator are p_i.
Expand
(Built-in Mathematica Symbol) Expand[expr] expands out products and positive integer powers in expr. Expand[expr, patt] leaves unexpanded any parts of expr that are free of the pattern patt. >
GroupElements[group] returns the list of all elements of group.GroupElements[group, {r_1, ..., r_k}] returns the elements numbered r_1, ..., r_k in group in the standard ...
GroupMultiplicationTable[group] gives the multiplication table of group as an array.
ListAnimate[{expr_1, expr_2, ...}] generates an animation whose frames are the successive expr_i. ListAnimate[list, fps] displays fps frames per second.