Uses of Class
matlabcontrol.MatlabConnectionException

Uses of MatlabConnectionException in matlabcontrol
 

Methods in matlabcontrol that throw MatlabConnectionException
static void RemoteMatlabProxyController.createConnection()
          Deprecated. Create a connection to MATLAB.
 RemoteMatlabProxy RemoteMatlabProxyFactory.getProxy()
          Returns a RemoteMatlabProxy.
 RemoteMatlabProxy RemoteMatlabProxyFactory.getProxy(long timeout)
          Returns a RemoteMatlabProxy.
 java.lang.String RemoteMatlabProxyFactory.requestProxy()
          Requests a RemoteMatlabProxy.
 

Constructors in matlabcontrol that throw MatlabConnectionException
RemoteMatlabProxyFactory()
          Constructs this factory with a default location or alias for the MATLAB executable (on an operating system specific basis).
RemoteMatlabProxyFactory(java.lang.String matlabLocation)
          Constructs this factory with a specified location or alias for the MATLAB executable.