How to execute Matlab function in MS Visual C ++?

I have two separate functions that are in MS Visual C ++, and the other in Matlab. How to execute Matlab file in MS VISUAL? Is there a windows function to download a file .mand execute it directly?

+1
source share
1 answer

Two ways to run Matlab code in C ++:

+2

All Articles