Print Image prints the selected (or clicked upon) image.
Print Selection prints a selection.
Send To launches your email application to email a notebook (Windows only).
Save Selection As saves the selection in a file with the specified file format.
"How to" Topics Files, Streams, and External Operations Importing and Exporting
FourierDCT[list] finds the Fourier discrete cosine transform of a list of real numbers.FourierDCT[list, m] finds the Fourier discrete cosine transform of type m.
ToString[expr] gives a string corresponding to the printed form of expr in OutputForm. ToString[expr, form] gives the string corresponding to output in the specified form.
CUDAImageConvolve[img, kern] gives the convolution of img with kern.CUDAImageConvolve[list, kern] gives the convolution of list with kern.CUDAImageConvolve[mem, kern] gives ...
MatrixPlot[m] generates a plot that gives a visual representation of the values of elements in a matrix.
The fundamental paradigm of most computer languages, including Mathematica, is that input is given and processed into output. Historically, such input has consisted of ...