ListWaveform[{{f_1, a_1}, {f_2, a_2}, ...}, freq, dur] creates a Sound object with fundamental frequency of freq hertz, lasting for dur seconds, with a spectrum in which ...
SeedRandom[n] resets the pseudorandom generator, using n as a seed. SeedRandom[] resets the generator, using as a seed the time of day and certain attributes of the current ...
One of the most common uses of MathLink is to allow you to call functions in an external program from within Mathematica. Once the external program has been set up, all you ...
CUDALink allows Mathematica to use the CUDA parallel computing architecture on Graphical Processing Units (GPUs). It contains functions that use CUDA-enabled GPUs to boost ...
Binarize[image] creates a binary image from image by replacing all values above a globally determined threshold with 1 and others with 0.Binarize[image, t] creates a binary ...
Mathematica provides a core set of functions for performing block-diagram reduction and various model manipulations. Building on Mathematica's unique symbolic architecture, ...
Mathematica provides real-time view control for all 3D graphics, wherever they may appear in a document. Mathematica's advanced human interface device system also ...
As soon as you connect almost any kind of controller or input device to your computer, Mathematica will immediately let you use it to control Manipulate, 3D graphics, etc. ...
StreamPlot[{v_x, v_y}, {x, x_min, x_max}, {y, y_min, y_max}] generates a stream plot of the vector field {v_x, v_y} as a function of x and y. StreamPlot[{{v_x, v_y}, {w_x, ...
Mathematica can be used to make plots of functions. You give Mathematica a function, and it builds up a curve or surface by evaluating the function at many different points. ...