Uses of Package
matlabcontrol

Packages that use matlabcontrol
matlabcontrol Contains the core functionality to interact with MATLAB. 
matlabcontrol.extensions Extensions which enhance MatlabProxy's capabilities. 
 

Classes in matlabcontrol used by matlabcontrol
MatlabConnectionException
          Represents a failure to connect to MATLAB or make MATLAB available for a connection.
MatlabInvocationException
          Represents a failure to invoke a method on the MATLAB session.
MatlabOperations
          Operations which interact with a session of MATLAB.
MatlabProxy
          Communicates with a running MATLAB session.
MatlabProxy.DisconnectionListener
          Listens for a proxy's disconnection from MATLAB.
MatlabProxy.Identifier
          Uniquely identifies a proxy.
MatlabProxy.MatlabThreadCallable
          Uninterrupted block of computation performed in MATLAB.
MatlabProxy.MatlabThreadProxy
          Operates on MATLAB's main thread without interruption.
MatlabProxyFactory.Request
          A request for a proxy.
MatlabProxyFactory.RequestCallback
          Provides the requested proxy.
MatlabProxyFactoryOptions
          Options that configure how a factory operates.
MatlabProxyFactoryOptions.Builder
          Creates instances of MatlabProxyFactoryOptions.
 

Classes in matlabcontrol used by matlabcontrol.extensions
MatlabInvocationException
          Represents a failure to invoke a method on the MATLAB session.
MatlabProxy
          Communicates with a running MATLAB session.
MatlabProxy.DisconnectionListener
          Listens for a proxy's disconnection from MATLAB.
MatlabProxy.Identifier
          Uniquely identifies a proxy.
MatlabProxy.MatlabThreadCallable
          Uninterrupted block of computation performed in MATLAB.