Connect to Matlab engine from C in Linux

后端 未结 2 2065
执念已碎
执念已碎 2021-01-02 11:55

I\'m trying to call the Matlab engine programatically from a C program on Linux (Matlab r2009a, Ubuntu 9.10).

I\'ve got my own code (which works in Windows), but for

2条回答
  •  臣服心动
    2021-01-02 12:09

    MathWorks has documented this on their website, specifically the following note:

    Note: To run MATLAB engine on the UNIX platform, you must have the C shell csh installed at /bin/csh.

提交回复
热议问题