DisplayFunction is an option for graphics and sound functions that specifies a function to apply to graphics and sound objects before returning them.
ExcludePods is an option to WolframAlpha that specifies pod IDs to exclude from the results.
ScrollPosition is an option for Pane that specifies the scroll position of the contents of the pane.
StopScheduledTask[obj] deactivates the task obj.
WindowOpacity is a notebook option that determines the overall opacity of a displayed window.
BattleLemarieWavelet[] represents the Battle-Lemarié wavelet of order 3.BattleLemarieWavelet[n] represents the Battle-Lemarié wavelet of order n evaluated on equally spaced ...
DocumentNotebook[{cell_1, cell_2, ...}] represents a complete document notebook in the Mathematica front end.
MeyerWavelet[] represents the Meyer wavelet of order 3.MeyerWavelet[n] represents the Meyer wavelet of order n evaluated on the equally spaced interval {-10, ...
RunScheduledTask[expr] schedules and starts a task that will repeatedly evaluate expr once per second.RunScheduledTask[expr, time] schedules and starts a task that will ...
The fundamental paradigm of most computer languages, including Mathematica, is that input is given and processed into output. Historically, such input has consisted of ...