There are a number of functions built into Mathematica which, like Plot, have various options you can set. Mathematica provides some general mechanisms for handling such ...
Manipulating global options in the front end. Just like cells and notebooks, the complete Mathematica front end has various options, which you can look at and manipulate from ...
Most mathematical functions in Mathematica are set up to apply themselves separately to each element in a list. This is true in particular of all functions that carry the ...
Type the symbol that will have the superscript. Type x. Create a superscript by pressing the Control key and the 6 key at the same time.
DatabaseLink provides a number of functions for connection to an SQL database. It also supports a resource mechanism that allows the details of how the connection is set up ...
LoadJavaClass -- load and set up a Java class for use from Mathematica, JavaClass -- expression that represents a Java class, JavaNew -- create a Java object of a specified ...
JavaShow[window] causes the specified Java window to be brought to the foreground, so that it appears in front of notebook windows.
int MTensor_setMTensor (MTensor t, MTensor val, mint*pos, mint numpos) sets a subtensor element in an MTensor.
CastNETObject[obj, type] casts the specified object to a different type.
MakeNETObject[expr] constructs a .NET object that represents the given Mathematica expression. MakeNETObject[expr, type] creates an object of the specified type from expr.