Left
(Built-in Mathematica Symbol) Left is a symbol that represents the left-hand side for purposes of alignment and positioning.
Legended[expr, lbl] indicates that a legend entry for expr should be created, with label lbl.
MeanShiftFilter[image, r, d] replaces each pixel with the mean of the pixels in a range-r neighborhood and whose value is within a distance d.MeanShiftFilter[array, r, d] ...
MessageList[n] is a global object assigned to be a list of the names of messages generated during the processing of the n\[Null]^th input line.
Messages[symbol] gives all the messages assigned to a particular symbol.
MultilaunchWarning is a global option that specifies whether a warning is given when you try to modify user preferences while running two copies of Mathematica simultaneously.
NearestFunction[data] represents a function whose values give the elements closest to an element that is supplied.
NotebookApply[notebook, data] writes data into a notebook at the current selection, replacing the first selection placeholder in data by the current selection, and then ...
NotebookDelete[notebook] deletes the current selection in the notebook corresponding to the specified notebook object. NotebookDelete[] deletes the current selection in the ...
NotebookFileName[] gives the file name of the current evaluation notebook. NotebookFileName[nb] gives the file name for the notebook specified by nb.