SQLResultSetShift[rs, num] shifts the current position of a result set by num.
SQLTable[...] represents a table in an SQL connection.
SQLDropTable drops tables from a database. An alternative, using raw SQL, is demonstrated in "Dropping Tables with Raw SQL". If you find that the examples in this tutorial do ...
Computable Document Format (CDF) files supply a rich deployment method leveraging the power and flexibility of the Mathematica language with the wide distribution provided by ...
While there is typically one representation for exact numbers, approximate numbers can be presented differently according to the conventions of different professions or ...
In Mathematica , many kinds of data are stored in tables or lists. Mathematica provides many useful functions for creating and manipulating these tables.
CellContext is an option for Cell which specifies the context to use for the evaluation of the contents of the cell.
EdgeDetect[image] finds edges in image and returns the result as a binary image.EdgeDetect[image, r] finds edges at the scale of the specified pixel range r.EdgeDetect[image, ...
Parallelization is an option for Compile that specifies whether it should create a compiled function that could run in parallel.
Suppose that you have a limited amount of data from which to obtain estimates of statistics for a population. The sampling distribution for those estimates can be ...