How to generate C code from Simscape

19 views (last 30 days)
Majid Fard
Majid Fard on 29 Oct 2019
Answered: Vimal Rathod on 12 Nov 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.

Answers (1)

Vimal Rathod
Vimal Rathod on 12 Nov 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.

Products

Community Treasure Hunt

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

Start Hunting!