<< engOutputBuffer | MEX functions | engSetVisible >> |
#include "engine.h" |
int engPutVariable(Engine *ep, const char *name, const mxArray *pm); |
handle to Nelson engine.
name of mxArray in the Nelson workspace (base scope).
Pointer to mxArray.
0 if successful or 1 if an error occurs.
Put variable into Nelson engine workspace.
edit([modulepath('mex', 'tests'), '/test_engine.c'])
Version | Description |
---|---|
1.0.0 | initial version |
Allan CORNET