Uses of Class
matlabcontrol.MatlabInvocationException

Uses of MatlabInvocationException in matlabcontrol
 

Methods in matlabcontrol that throw MatlabInvocationException
static void RemoteMatlabProxyController.eval(java.lang.String command)
          Deprecated. Evaluates a command in MATLAB.
 void RemoteMatlabProxy.eval(java.lang.String command)
          Evaluates a command in MATLAB.
static void LocalMatlabProxy.eval(java.lang.String command)
          Evaluates a command in MATLAB.
static void RemoteMatlabProxyController.exit()
          Deprecated. Exits MATLAB.
 void RemoteMatlabProxy.exit()
          Exits MATLAB.
static void LocalMatlabProxy.exit()
          Exits MATLAB.
static void RemoteMatlabProxyController.feval(java.lang.String functionName, java.lang.Object[] args)
          Deprecated. Calls a MATLAB function with the name functionName.
 void RemoteMatlabProxy.feval(java.lang.String functionName, java.lang.Object[] args)
          Calls a MATLAB function with the name functionName.
static void LocalMatlabProxy.feval(java.lang.String functionName, java.lang.Object[] args)
          Calls a MATLAB function with the name functionName.
static java.lang.Object RemoteMatlabProxyController.getVariable(java.lang.String variableName)
          Deprecated. Gets the value of the variable named variableName from MATLAB.
 java.lang.Object RemoteMatlabProxy.getVariable(java.lang.String variableName)
          Gets the value of the variable named variableName from MATLAB.
static java.lang.Object LocalMatlabProxy.getVariable(java.lang.String variableName)
          Gets the value of the variable named variableName from MATLAB.
static java.lang.Object RemoteMatlabProxyController.returningEval(java.lang.String command, int returnCount)
          Deprecated. Evaluates a command in MATLAB.
 java.lang.Object RemoteMatlabProxy.returningEval(java.lang.String command, int returnCount)
          Evaluates a command in MATLAB.
static java.lang.Object LocalMatlabProxy.returningEval(java.lang.String command, int returnCount)
          Evaluates a command in MATLAB.
static java.lang.Object RemoteMatlabProxyController.returningFeval(java.lang.String functionName, java.lang.Object[] args)
          Deprecated. Calls a MATLAB function with the name functionName.
 java.lang.Object RemoteMatlabProxy.returningFeval(java.lang.String functionName, java.lang.Object[] args)
          Calls a MATLAB function with the name functionName.
static java.lang.Object LocalMatlabProxy.returningFeval(java.lang.String functionName, java.lang.Object[] args)
          Calls a MATLAB function with the name functionName.
static java.lang.Object RemoteMatlabProxyController.returningFeval(java.lang.String functionName, java.lang.Object[] args, int returnCount)
          Deprecated. Calls a MATLAB function with the name functionName.
 java.lang.Object RemoteMatlabProxy.returningFeval(java.lang.String functionName, java.lang.Object[] args, int returnCount)
          Calls a MATLAB function with the name functionName.
static java.lang.Object LocalMatlabProxy.returningFeval(java.lang.String functionName, java.lang.Object[] args, int returnCount)
          Calls a MATLAB function with the name functionName.
static void RemoteMatlabProxyController.setEchoEval(boolean echo)
          Deprecated. Allows for enabling a diagnostic mode that will show in MATLAB each time a Java method that calls into MATLAB is invoked.
 void RemoteMatlabProxy.setEchoEval(boolean echo)
          Allows for enabling a diagnostic mode that will show in MATLAB each time a Java method that calls into MATLAB is invoked.
static void LocalMatlabProxy.setEchoEval(boolean echo)
          Allows for enabling a diagnostic mode that will show in MATLAB each time a Java method that calls into MATLAB is invoked.
static void RemoteMatlabProxyController.setVariable(java.lang.String variableName, java.lang.Object value)
          Deprecated. Sets the variable to the given value.
 void RemoteMatlabProxy.setVariable(java.lang.String variableName, java.lang.Object value)
          Sets the variable to the given value.
static void LocalMatlabProxy.setVariable(java.lang.String variableName, java.lang.Object value)
          Sets the variable to the given value.