TetGenGetFaces[expr] gets the faces in a TetGen expression.
TetGenGetFacetMarkers[expr] returns the facet markers for a TetGen expression.
TetGenGetPoints[expr] returns the points in a TetGen expression.
TetGenSetPoints[expr, points] sets the points in a TetGen expression.
TetGenTetrahedralize[expr, settings] tetrahedralizes a TetGen expression using settings, and returns the result in a new TetGen expression.
SystemsModelStateFeedbackConnect[ss, controller] gives the closed-loop system for the StateSpaceModel object ss with state feedback controller ...
Documentation Center navigation shortcuts. Window cycling shortcuts. Scrolling shortcuts.
int MLActivate (MLINK link) activates a MathLink connection, waiting for the program at the other end to respond.
int MLEvaluateString (MLINK link, char *string) sends a string to Mathematica for evaluation, and discards any packets sent in response.
int MLPutUCS2Symbol (MLINK link, const unsigned short *s, int len) puts a symbol whose name is given by s with length len to the MathLink connection specified by link.