Running MATLAB function from Java

后端 未结 5 1086
温柔的废话
温柔的废话 2020-11-28 10:07

I have an .m file in MATLAB which I would like to call from Java an get the solution as a string or whatever in Java. This sounds really simple but for some reason I can\'t

5条回答
  •  鱼传尺愫
    2020-11-28 10:56

    matlabcontrol is based on the same underlying MATLAB library used by MatlabControl mentioned by Jeff, but is more up to date, reliable, and documented. To get started, take a look at the walkthrough.

提交回复
热议问题