How to call matlab functions from a C/C++ project..???

I have a project written in C/C++ and I want to access some functions from the MATLAB. Is this possible and how.??/

Answers (1)

Hello Anuj,
MATLAB Engine API for C++ provides an interface for C++ to launch MATLAB, use MATLAB functions and exchange data. Please refer to the below documentation to get started:
For this, you will need a compiler that supports C++11. You can find other supported compilers in the above link.
I hope this helps!

Categories

Find more on MATLAB in Help Center and File Exchange

Asked:

on 25 Feb 2014

Answered:

on 27 Aug 2024

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!