<< engEvalString | MEX functions | engGetVisible >> |
#include "engine.h" |
mxArray *engGetVariable(Engine *ep, const char *name); |
handle to Nelson engine.
name of mxArray in the Nelson workspace (base scope).
Pointer to an allocated mxArray structure. Do not forget to free.
Copy variable from Nelson engine workspace.
The limit for the size of data transferred is 2048 MB.
edit([modulepath('mex', 'tests'), '/test_engine.c'])
Version | Description |
---|---|
1.0.0 | initial version |
Allan CORNET