MLAllocator is a MathLink type that describes a function pointer to a function taking an unsigned long argument and returning a void * that implements a memory allocator.
int MLGetLinkedEnvIDString (MLINK link, const char ** e) returns the identification string of the MathLink environment connected to link and stores it in e.
int MLGetUTF8Symbol (MLINK link, const unsigned char ** s, int *b, int *c) gets a UTF-8 encoded character string corresponding to the name of a symbol from the MathLink ...
SystemsModelDimensions[sys] gives the number of inputs and outputs of a StateSpaceModel or TransferFunctionModel object sys.
int MLActivate (MLINK link) activates a MathLink connection, waiting for the program at the other end to respond.
MLINK
(Mathematica MathLink C Function) MLINK is a MathLink type representing a MathLink link object.
ANOVA
(ANOVA Package Symbol) ANOVA[data] performs a one-way analysis of variance.ANOVA[data, model, vars] performs an analysis of variance for model as a function of the categorical variables vars.
MLENV
(Mathematica MathLink C Function) MLENV is a MathLink type representing a MathLink library environment.
Mathematica lets you create your own custom interfaces, using its uniquely straightforward symbolic interface-building technology. You can build simple interactive ...
void MLSetUserData (MLINK link, void* d, MLUserFunction f) installs the users data object data and function f in link.