ImageDeconvolve[image, ker] gives a deconvolution of image using kernel ker.
"Basic Plotting" describes how to plot curves in Mathematica in which you give the y coordinate of each point as a function of the x coordinate. You can also use Mathematica ...
The fundamental operation that Mathematica performs is evaluation. Whenever you enter an expression, Mathematica evaluates the expression, then returns the result. Evaluation ...
Mathematica is one of the more complex software systems ever constructed. It is built from several million lines of source code, written in C/C++, Java and Mathematica. The C ...
At the core of Mathematica is the foundational idea that everything —data, programs, formulas, graphics, documents—can be represented as symbolic expressions. And it is this ...
Mathematica usually works silently, giving output only when it has finished doing the calculations you asked for. However, Mathematica will produce an audible beep when the ...
BarSpacing is an option to BarChart and related functions that controls the spacing between bars and groups of bars.
CommonestFilter[image, r] transforms image by replacing each pixel with the most common pixel value in its range r neighborhood.CommonestFilter[data, r] applies commonest ...
ContentPadding is an option for objects that can be displayed with frames that specifies whether the vertical margins should shrink wrap tightly around the contents.
ControllerManipulate[expr, {u, u_min, u_max}] generates a version of expr set up to allow interactive manipulation of the value of u using an external controller ...