Class | Description |
---|---|
Engine | Encapsulates a Matlab engine connection. |
MatlabBadTypeException | The exception that is thrown when attempting to use a Matrix with a non-double Matlab type. |
MatlabException | The base class for exceptions caused by Matlab errors. |
MatlabGetVariableFailedException | The exception that is thrown when a function failed to get a variable from Matlab. |
MatlabNotConnectedException | The exception that is thrown when attempting to use Matlab without an open connection. |
MatlabOutOfMemoryException | The exception that is thrown when Matlab failed because it ran out of unmanaged memory. |
MatlabPutVariableFailedException | The exception that is thrown when a function failed to set a variable in Matlab. |
MatlabUnspecifiedException | The exception that is thrown when Matlab failed, but the reason is not clear. |
Matrix | Provides access to a Matlab matrix of real doubles. |