<< engClose | MEX functions | engGetVariable >> |
#include "engine.h" |
int engEvalString(Engine *ep, const char *string); |
handle to Nelson engine.
Expression to evaluate.
returns 1 if the engine session is closed or invalid. Otherwise, returns 0.
Evaluate expression in string in base scope.
edit([modulepath('mex'), '/examples/mex_engine_demo_2.c'])
mex, engPutVariable, engGetVariable.
Version | Description |
---|---|
1.0.0 | initial version |
Allan CORNET