How to call MATLAB code from C?

前端 未结 3 1744
庸人自扰
庸人自扰 2020-11-27 19:54

I have some code that plots triangles in MATLAB.

I need to be able to somehow execute this code from my C program which generates these points.

Is th

3条回答
  •  广开言路
    2020-11-27 20:30

    The Mathworks site has full details; a demo video of calling the Matlab engine from C, and also the Matlab to C Compiler.

提交回复
热议问题