Are there any plans for Rapid Accelerator to support C++ targets? We have models using C++ S-Functions and cannot use these with Rapid Accelerator mode or Simulink Compiler.

 채택된 답변

Murali Manikanti
Murali Manikanti 2023년 8월 11일

0 개 추천

The support for Rapid accelerator C++ target was introduced in R2022a. To generate the C++ target, you need to modify the configuration parameter `SimTargetLang` as depicted in the image below:
Alternatively, you can use the command line setting by executing the following command:
set_param(model, 'SimTargetLang', 'C++');
For further information on the 'SimTargetLang' setting, please visit the following page: https://www.mathworks.com/help/simulink/gui/language.html

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Simulink Coder에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by