ComponentMeasurements[m, " prop"] computes the values of property prop for each component of a label matrix m that consists of identical elements.ComponentMeasurements[image, ...
SystemsModelParallelConnect[sys_1, sys_2] connects TransferFunctionModel or StateSpaceModel objects sys_1 and sys_2 in parallel.SystemsModelParallelConnect[sys_1, sys_2, ...
Database connection pools are a common way to improve the performance of database operations. They can be useful because creating a new connection can easily take several ...
The SQL command INSERT inserts data into a database. An alternative is to use the Mathematica command SQLInsert, as described in "Inserting Data". If you find that the ...
HypergeometricDistribution[n, n_succ, n_tot] represents a hypergeometric distribution.
NFourierSinCoefficient[expr, t, n] gives a numerical approximation to the n\[Null]^th coefficient in the Fourier sine series expansion of expr, where expr is a periodic ...
ToSymbolicXML[expr] converts an expression expr to an appropriate XML format and returns the result as SymbolicXML.
GeoTIFF
(Mathematica Import/Export Format) GIS extension of the TIFF format. Used for archiving and exchanging aerial photography or terrain data. Binary format. Contains rasters or digital elevation models (DEM). ...
SDTSDEM
(Mathematica Import/Export Format) SDTS GIS format. Geographic information standard used by the U.S. Geological Survey. Used for archiving and exchanging terrain data. SDTS is an acronym for Spatial Data ...
CompilationOptions is an option for Compile that specifies settings for the compilation process.