| << engPutVariable | MEX functions | mex >> |
| #include "engine.h" |
| int engSetVisible(Engine *ep, bool value); |
handle to Nelson engine.
set value to 1 to make the engine window visible, or to 0 to make it invisible.
0 if successful or 1 if an error occurs.
Show or hide Nelson engine session
edit([modulepath('mex', 'tests'), '/test_engine.c'])
| Version | Description |
|---|---|
| 1.0.0 | initial version |
Allan CORNET