You may want to export a graphic for use outside Mathematica . You have a large set of choices of raster and vector formats.
SampleRate is an option for sound primitives that specifies the number of samples per second to generate for sounds.
SphericalRegion is an option for three-dimensional graphics functions that specifies whether the final image should be scaled so that a sphere drawn around the ...
MonitorLM gives information on the total number of licenses available and checked out, the fully qualified domain name and username of those who have them checked out, and so ...
Part
(Built-in Mathematica Symbol) expr[[i]] or Part[expr, i] gives the i\[Null]^th part of expr. expr[[-i]] counts from the end. expr[[i, j, ...]] or Part[expr, i, j, ...] is equivalent to expr[[i]][[j]] .... ...
FisherRatioTest[data] tests whether the variance of data is one. FisherRatioTest[{data_1, data_2}] tests whether the variances of data_1 and data_2 are ...
One of the important features of Mathematica is that it can do symbolic, as well as numerical calculations. This means that it can handle algebraic formulas as well as ...
ImageChannels[image] gives the number of channels present in the data for the Image object image.
StirlingS1[n, m] gives the Stirling number of the first kind S_n^(m).
RealDigits[x] gives a list of the digits in the approximate real number x, together with the number of digits that are to the left of the decimal point. RealDigits[x, b] ...