フィルターのクリア

Can I use MATLAB Engine API for C++ for compiled standalone applications?

4 ビュー (過去 30 日間)
Hi there,
We are planning to create a small standalone application (using MATLAB compiler) that performs some calculations and displays/updates plots in real-time (e.g. once every second). The data is generated by C++ code, which in turn receives measurements and preprocesses it.
Can I use the "MATLAB Engine API for C++" for this case?
I assume that this is not possible because the C++ application would need to interface the MATLAB Runtime. (The page "MATLAB Engine API for C" says: "Engine applications require an installed version of MATLAB; you cannot run the MATLAB engine on a machine that only has the MATLAB Runtime.")
Hence, I guess we need to wrap our C++ code using MEX and call it from the compiled standalone application. Is this correct or is there a better way?

採用された回答

Kojiro Saito
Kojiro Saito 2021 年 9 月 14 日
The link (MATLAB Engine API for C) is the interface in which MATLAB is called from C.
If your C++ application can be called from MATLAB, you can use C++ interface from MATLAB.
  2 件のコメント
Steven Brossi
Steven Brossi 2021 年 9 月 15 日
Thanks for the hint.
Indhu Priyadharshini Govindasamy
Indhu Priyadharshini Govindasamy 2022 年 3 月 4 日
Could you please help me with this?
(the problem is using mxArray i am creating Matrix in workspace and hardcoding the values. i dont want to hardcode the values like this)

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeC Shared Library Integration についてさらに検索

製品


リリース

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by