Engine

Engine — starts the MATLAB engine.

Synopsis

class Engine 
{
}
    

Functions

The two functions below are wrapped MATLAB functions with exactly the same name. Each is linked to the corresponding MATLAB documentation.

engOpen (startcmd);
engOpenSingleUse (startcmd);

Methods

The MATLAB methods listed here are linked to the corresponding MATLAB documentation. The Gamma methods are documented in this manual.

Engine.AutomaticVariable (varname, sym, poll_secs, local_override?=nil)
Engine.Close ()
Engine.destructor ()
Engine.EvalString (string);
Engine.GetError ()
Engine.GetResult ()
Engine.GetVariable (name);
Engine.GetVisible ();
Engine.OutputBuffer (buffer, buflen);
Engine.PutVariable (varname, value);
Engine.ResizeOutputBuffer (bytelen)
Engine.RemoveAutomatic (varname)
Engine.SetVisible (newVal);