| Interface | Description |
|---|---|
| CallbackMatlabProxy.MatlabCallback |
A callback that indicates either the invocation succeeding or an exception being raised.
|
| CallbackMatlabProxy.MatlabDataCallback<V> |
A callback that supplies the results of the invocation or the raised exception.
|
| Class | Description |
|---|---|
| CallbackMatlabProxy | Deprecated
This class was provided as a workaround when
MatlabProxy could not operate on the Event Dispatch
Thread (EDT) used by AWT and Swing; MatlabProxy no longer has this limitation. |
| MatlabNumericArray |
Acts as a MATLAB array of doubles.
|
| MatlabNumericArray.DoubleArrayType<T> |
An array type of dimension 2 or greater which holds
doubles. |
| MatlabProxyLogger | Deprecated
Replaced by
LoggingMatlabProxy. |
| MatlabTypeConverter |
Converts between MATLAB and Java types.
|
| Exception | Description |
|---|---|
| MatlabNumericArray.ArrayDimensionException |
Represents attempting to retrieve or manipulate a MATLAB array as the wrong dimension.
|