Package matlabcontrol

Interface MatlabProxy.MatlabThreadCallable<T>

    • Method Detail

      • call

        T call​(MatlabProxy.MatlabThreadProxy proxy)
        throws MatlabInvocationException
        Performs the computation in MATLAB. The 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).
        Parameters:
        proxy -
        Returns:
        result of the computation
        Throws:
        MatlabInvocationException