开发者

Simple Interaction with an Active MATLAB Session from Outside MATLAB

I'm tryin开发者_运维百科g to give a Java application the ability to change the working directory within an active session of MATLAB. Basically, the user will press a button to launch MATLAB. Then, they will be able to press other buttons that change the working directory of the active MATLAB. I've tried a few different approaches, but with no luck. I've thought about calling on MATLAB from a C standalone, but this appears to operate in a DIFFERENT MATLAB session. Doing it directly from Java seems just about impossible. Isn't there any simple way to do this?


You can use the COM interface on Windows to control a MATLAB sessions though a MATLAB.Application COM object. Examples and instructions are in the doc: http://www.mathworks.com/access/helpdesk/help/techdoc/matlab_external/f135590.html


I worked with Stephen on this project. We ended up using a Java library I created called matlabcontrol.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜