How to generate C code from Simscape

18 visualizaciones (últimos 30 días)
Majid Fard
Majid Fard el 29 de Oct. de 2019
Respondida: Vimal Rathod el 12 de Nov. de 2019
I have built up a power system model that only contains Simscape blcoks (e.g. Transmission PI model, voltage source). Is it possible to compile this simscape model to C code? later I would like to run the C coe in Dspace hardware in loop simulator?
This is quite straighforward if the model only consists of normal simulink block but it seems it wont work as easy as that for physical blocks.
Any help is much appreciated.

Respuestas (1)

Vimal Rathod
Vimal Rathod el 12 de Nov. de 2019
Hi,
You could use simulink coder to generate C code from simulink as well as simscape models. The physical models will be coded according to the equations which describe their attributes.
You could refer to the following link for additional details on code generation on simscape and its limitations.
Use the above link and the links inside it to leverage the contents about simscape.

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by