
Rapid Accelerator support for C++ targets
5 次查看(过去 30 天)
显示 更早的评论
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.
0 个评论
采纳的回答
Murali Manikanti
2023-8-11
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 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Call C++ from MATLAB 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!