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

1 回表示 (過去 30 日間)
Anuj Agrawal
Anuj Agrawal 2014 年 2 月 25 日
回答済み: Prateekshya 2024 年 8 月 27 日
I have a project written in C/C++ and I want to access some functions from the MATLAB. Is this possible and how.??/

回答 (1 件)

Prateekshya
Prateekshya 2024 年 8 月 27 日
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!

カテゴリ

Help Center および File ExchangeCall C++ from MATLAB についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by