Filter löschen
Filter löschen

Rapid Accelerator support for C++ targets

1 Ansicht (letzte 30 Tage)
Benjamin Thompson
Benjamin Thompson am 11 Jan. 2022
Beantwortet: Murali Manikanti am 11 Aug. 2023
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.

Akzeptierte Antwort

Murali Manikanti
Murali Manikanti am 11 Aug. 2023
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

Weitere Antworten (0)

Kategorien

Mehr zu Simulink Coder finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by