OO code generation from Simulink

1 Ansicht (letzte 30 Tage)
Amin Mannani
Amin Mannani am 27 Sep. 2018
Beantwortet: Mark McBroom am 11 Jan. 2019
How can an OO C++ code be generated from a Simulink model such that every subsystem in the model boils down to a class which can call the methods of other classes? If it is possible, how? If not, what is the alternative?

Akzeptierte Antwort

Mark McBroom
Mark McBroom am 11 Jan. 2019
If you use Embedded Coder and select C++ code generation, you can get a C++ class for each referenced model in the system. It is not posisble to get a C++ class for each subsystem in the model.

Weitere Antworten (0)

Kategorien

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

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by