MatLab Coder & Simulink Coder: Do they convert the custom functions used to C++ or do they reference the .m file

I am trying to get my function to work without someone needing MatLab. When I am converting a MatLab function to C++ and the function references another matlab function, do I have to convert the other function to C++ first and reference that.

回答 (1 件)

Ankita Nargundkar
Ankita Nargundkar 2017 年 6 月 21 日
C and C++ code generated in MATLAB ( assuming you are using Simulink Coder) are standalone and do not need access to MATLAB in anyway once generated.

この質問は閉じられています。

質問済み:

2017 年 6 月 14 日

閉鎖済み:

2021 年 8 月 20 日

Community Treasure Hunt

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

Start Hunting!

Translated by