Uses of Interface
matlabcontrol.MatlabOperations

Packages that use MatlabOperations
matlabcontrol Contains the core functionality to interact with MATLAB. 
 

Uses of MatlabOperations in matlabcontrol
 

Subinterfaces of MatlabOperations in matlabcontrol
static interface MatlabProxy.MatlabThreadProxy
          Operates on MATLAB's main thread without interruption.
 

Classes in matlabcontrol that implement MatlabOperations
 class LoggingMatlabProxy
          Wraps around a MatlabProxy to provide a log of interactions.
 class MatlabProxy
          Communicates with a running MATLAB session.