Package matlabcontrol.extensions
-
Interface Summary 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 Summary Class Description CallbackMatlabProxy Deprecated. This class was provided as a workaround whenMatlabProxycould not operate on the Event Dispatch Thread (EDT) used by AWT and Swing;MatlabProxyno longer has this limitation.MatlabNumericArray Acts as a MATLAB array of doubles.MatlabNumericArray.DoubleArrayType<T> An array type of dimension 2 or greater which holdsdoubles.MatlabProxyLogger Deprecated. Replaced byLoggingMatlabProxy.MatlabTypeConverter Converts between MATLAB and Java types. -
Exception Summary Exception Description MatlabNumericArray.ArrayDimensionException Represents attempting to retrieve or manipulate a MATLAB array as the wrong dimension.