Linking MATLAB and C++
4 views (last 30 days)
Show older comments
What's the difference between using the MATLAB engine and MEX Functions in order to link MATLAB and C++?
Thanks!
0 Comments
Accepted Answer
Shashank Prasanna
on 8 Jul 2013
They work in different directions:
MEX is to call C++ code from the MATLAB environment.
MATLAB Engine is to call MATLAB functionality from the C++ code using the engine API.
More Answers (1)
See Also
Categories
Find more on External Language Interfaces in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!