Click here to Skip to main content
15,891,629 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
How can I call a MatLab function from C++?


Regards,
UJ
Posted
Updated 3-Aug-13 22:27pm
v2
Comments
[no name] 3-Aug-13 17:44pm    
http://www.google.com/search?q=How+can+I+call+a+MatLab+function+from+C%2B%2B

Please see the original MathWorks instructional video on this exact topic: http://www.mathworks.com/videos/calling-matlab-from-c-code-68913.html[^].

See also: http://www.mathworks.com/support/compilers/interface.html[^].

Good luck,
—SA
 
Share this answer
 
If you use embedded matlab you can convert it to C++
From-matlab-to-embedded-c.html[^]

Very useful if you need to use Matlab code in C++, C# projects


Cheers,
Edo
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900