Maya
(Mathematica Import/Export Format) Autodesk Maya scene description format. 3D geometry format. Native format of the Maya modeling, animation, and rendering software. Used for storage and interchange of 3D ...
X3D
(Mathematica Import/Export Format) MIME type: model/x3d+xml Web3D geometry format. Used for distributing 3D models on the web and in media applications. XML format. Can store multiple geometries. Introduced in ...
LaplaceDistribution[\[Mu], \[Beta]] represents a Laplace double-exponential distribution with mean \[Mu] and scale parameter \[Beta].
StableDistribution[type, \[Alpha], \[Beta], \[Mu], \[Sigma]] represents the stable distribution S_type with index of stability \[Alpha], skewness parameter \[Beta], location ...
The CCompilerDriver package lets you work with C compilers that are installed on your computer. It lets you build executables, libraries, and object files from C source code. ...
SQLInsert inserts data into a database. An alternative, using raw SQL, is described in "Inserting Data with Raw SQL". If you find that the examples in this tutorial do not ...
SQLUpdate modifies data in a database. An alternative, using raw SQL, is described in "Updating Data with Raw SQL". If you find that the examples in this tutorial do not work ...
Constructing matrices with special shapes. This creates a matrix of 0s containing a radius 4 diamond of 1s. The result is a 9×9 matrix. The size of the matrix can be ...
This section discusses commands that get information about database columns. If you find that the examples in this section do not work as shown, you may need to install or ...
VertexIndex[g, v] gives the integer index for the vertex v in the graph g.