T - type of the data returned by the callablepublic static interface MatlabProxy.MatlabThreadCallable<T>
| Modifier and Type | Method and Description |
|---|---|
T |
call(MatlabProxy.MatlabThreadProxy proxy)
Performs the computation in MATLAB.
|
T call(MatlabProxy.MatlabThreadProxy proxy) throws MatlabInvocationException
proxy provided will invoke its methods directly on MATLAB's
main thread without delay. This proxy should be used to interact with MATLAB, not a
MatlabProxy (or any class delegating to it).proxy - MatlabInvocationException