The main expression or object that a built-in Mathematica function acts on is given as the first argument to the function. As part of the syntax, a built-in Mathematica ...
BDF
(Mathematica Import/Export Format) BDF physiological signal recordings format. Commonly used for the exchange and storage of medical time-series recordings. Application areas include electroencephalography, ...
EDF
(Mathematica Import/Export Format) EDF and EDF+ physiological signal recordings formats. Commonly used for the exchange and storage of medical time-series recordings. Application areas include ...
FLAC
(Mathematica Import/Export Format) MIME type: audio/x - flac FLAC lossless audio codec. Used for audio archiving and playback, and for exchanging audio data on the web. Open standard for audio compression. ...
HDF
(Mathematica Import/Export Format) MIME type: application/x-hdf HDF data format Version 4. General-purpose format for representing multidimensional datasets. Used for storage, management, and exchange of ...
InterpolationOrder is an option for Interpolation, as well as ListLinePlot, ListPlot3D, ListContourPlot, and related functions, that specifies what order of interpolation to ...
OutputForm[expr] prints as a two-dimensional representation of expr using only keyboard characters.
Play
(Built-in Mathematica Symbol) Play[f, {t, t_min, t_max}] creates an object that plays as a sound whose amplitude is given by f as a function of time t in seconds between t_min and t_max.
String
(Built-in Mathematica Symbol) String is the head of a character string " text".
AddEdges[g, edgeList] gives graph g with the new edges in edgeList added. edgeList can have the form {a, b} to add a single edge {a, b} or the form {{a, b}, {c, d}, ...}, to ...