ImageTrim[image , {{x_1, y_1}, {x_2, y_2}, ...}] gives the subimage of image spanned by the specified points.ImageTrim[image, {{x_1, y_1}, {x_2, y_2}, ...}, r] adds a margin ...
InputAssumptions is an option for WolframAlpha that specifies assumptions for current query input.
MeshStyle is an option for Plot3D, DensityPlot, and other plotting functions that specifies the style in which to draw a mesh.
NotebookSave[notebook] saves the current version of the specified notebook. NotebookSave[notebook, " file"] saves the notebook in the specified file. NotebookSave[] saves the ...
OptionValue[name] gives the value of name in options matched by OptionsPattern. OptionValue[f, name] gives the value of name for options associated with the head f. ...
OutputControllableModelQ[ss] gives True if the StateSpaceModel object ss is output controllable, and False otherwise.
Quit
(Built-in Mathematica Symbol) Quit[] terminates a Mathematica kernel session.
SelectionEvaluateCreateCell[notebook] takes the current selection in a notebook and creates a new cell containing the result obtained by evaluating the contents of the ...
Sequence[expr_1, expr_2, ...] represents a sequence of arguments to be spliced automatically into any function.
SetFileDate["file"] sets the modification and access dates for a file to be the current date.