The first part of this User Guide describes using J/Link to allow you to call from Mathematica into Java, thereby extending the Mathematica environment to include the ...
DiscreteWaveletData[{wind_1 -> coef_1, ...}, wave, wtrans] yields a discrete wavelet data object with wavelet coefficients coef_i corresponding to wavelet index wind_i, ...
GraphPlot[{v i 1 -> v j 1, v i 2 -> v j 2, ...}] generates a plot of the graph in which vertex v_ik is connected to vertex v_jk.GraphPlot[{{v i 1 -> v j 1, lbl_1}, ...}] ...
WeibullDistribution[\[Alpha], \[Beta]] represents a Weibull distribution with shape parameter \[Alpha] and scale parameter \[Beta].WeibullDistribution[\[Alpha], \[Beta], ...
Mathematica includes many controls and structures related to controls as part of its core language. These control objects are supported in a completely seamless way ...
TransferFunctionModel[m, var] represents the model of the transfer-function matrix m with complex variable var.TransferFunctionModel[{num, den}, var] specifies the numerator ...
Parallel computing in Mathematica is based on launching and controlling multiple Mathematica kernel (worker) processes from within a single master Mathematica, providing a ...
GUIInformation[obj] returns information about a live interface object.GUIInformation[obj, target] returns information about a specific widget in the ...
GUIRun
(GUIKit Package Symbol) GUIRun[src] loads and runs an interface definition in a modeless state and returns immediately with a GUIObject expression that represents the live interface.GUIRun[src, ...
PropertyValue[name] gets a widget property value.PropertyValue[{target, name}] gets a widget property value, specifying the target widget.PropertyValue[{target, name, index}] ...