文件名称:matlab的egde源代码-matconsolectl:从Java控制MATLAB,从matlabcontrol分叉
文件大小:291KB
文件格式:ZIP
更新时间:2024-06-10 18:10:17
系统开源
matlab的egde源代码MatConsoleCtl:从Java控制MATLAB MatConsoleCtl是Java API,允许从Java调用MATLAB。 您可以eval , feval以及get和set变量。 可以从MATLAB内部或MATLAB内部进行交互(通过启动新的MATLAB或连接到现有的MATLAB均可)。 MatlabProxyFactoryOptions . Builder builder = new MatlabProxyFactoryOptions . Builder (); // setup the factory // setCopyPasteCallback() connects to an existing MATLAB by copy-pasting a few lines into the command window // setUsePreviouslyControlledSession() starts a new MATLAB or connects to a previously started MATLAB without any u