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
The Mathworks site has full details; a demo video of calling the Matlab engine from C, and also the Matlab to C Compiler.