Connect to Matlab engine from C in Linux

丶灬走出姿态 提交于 2019-11-30 13:34:13

You should run strace on your C program to see where things go wrong. Typically, I found that most of the time it comes down to either:

  • Not having csh installed
  • Having the environment set wrong, sometimes LS_COLORS screws things up with csh
Jonathan

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.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!