Input
(Built-in Mathematica Symbol) Input[] interactively reads in one Mathematica expression. Input[prompt] requests input, displaying prompt as a "prompt".Input[prompt, init] in a notebook front end uses init ...
EffectiveInterest[r, q] gives the effective interest rate corresponding to interest specification r, compounded at time intervals q.
WaveletMatrixPlot[dwd] plots the basis tree of wavelet matrix coefficients in the DiscreteWaveletData dwd.WaveletMatrixPlot[dwd, r] plots coefficients up to refinement level ...
DominationLattice[n] returns a Hasse diagram of the partially ordered set on integer partitions of n in which p < q if q dominates p. The function takes two options: Type and ...
int MLPutFloat (MLINK link, double x) puts the floating-point number x to the MathLink connection specified by link with a precision corresponding to the C type float.
ImageClip[image] clips all channel values in image to lie in the default range.ImageClip[image, {min, max}] clips channel values to lie in the range from min to ...
ObservabilityGramian[ss] gives the observability Gramian of the StateSpaceModel object ss.
ImageCompose[image, overlay] gives the result of overlaying overlay onto image. ImageCompose[image, {overlay, \[Alpha]}] gives the result of alpha blending overlay into image ...
PlanarGraphPlot[{{x_1, y_1}, {x_2, y_2}, ...}] plots the Delaunay triangulation of the points {{x_1, y_1}, ...}.PlanarGraphPlot[{{x_1, y_1}, {x_2, y_2}, ...}, g] plots the ...
CreateArchive[source] creates a compressed archive in the current directory from a file or directory specified by source.CreateArchive[source, path] creates a compressed ...