double*MTensor_getRealData (MTensor t) gets an array of the data elements of an MTensor of real type.
SectorChart3D[{{x_1, y_1, z_1}, {x_2, y_2, z_2}, ...}] makes a 3D sector chart with sector angle proportional to x_i, radius y_i, and height z_i.SectorChart3D[{..., w_i[{x_i, ...
int MLPutNext (MLINK link, int type) prepares to put an object of the specified type on link.
int MLGetShortInteger (MLINK link, short *i) gets an integer from the MathLink connection specified by link and stores it as a C short in i.
MLMARK MLSeekMark (MLINK link, MLMARK mark, int n) goes back to a position n expressions after the specified mark on a link.
A remote kernel in use may fail at any time, due to hardware, network, or software problems. A failure of a remote kernel will be noticed the next time Parallel Computing ...
int MLPutFloat (MLINK link, double x) puts the floating-point number x to the MathLink connection specified by link with a precision corresponding to the C type float.
void MLReleaseString (MLINK link, const char *s) disowns memory allocated by MLGetString() to store the character string s.
void MLReleaseSymbol (MLINK link, char *s) disowns memory allocated by MLGetSymbol() or MLGetFunction() to store the character string s corresponding to the name of a symbol.
int MLGetInteger32List (MLINK link, int ** a, int *n) gets a list of 32-bit integers from the MathLink connection specified by link, storing the integers in the array a and ...