org.n52.matlab.control.package-info Maven / Gradle / Ivy
The newest version!
/**
* Contains the core functionality to interact with MATLAB. To interact with MATLAB start by creating a
* {@link matlabcontrol.MatlabProxyFactory}, and then use it to create a {@link matlabcontrol.MatlabProxy}. The most
* basic usage pattern of matlabcontrol:
*
* {@code
* MatlabProxyFactory factory = new MatlabProxyFactory();
* MatlabProxy proxy = factory.getProxy();
* ...
* //Use the proxy as desired
* ...
* proxy.disconnect();
* }
*
*
* @since 3.0.0
*/
package org.n52.matlab.control;
© 2015 - 2024 Weber Informatics LLC | Privacy Policy