For Simscape Multibody, Is it possible to generate C code which can be customized?
Show older comments
I have succeded to generate C Code using Embedded Coder for some Simulink model, not for simscape block
With the C Code, I was able to customize input/output parameter of XXXXX_step function.
But with simscape block, is it possible to generate C code which can be customized?
When I tried to do it with Embedded corder (target mode is ert.tlc), I faced some problem that generated code and some reference gave me some error message. (ex. "creal_t" is undefined type)
So I'm trying to generate C code using Simulink Coder.
However, it seems that Simulink corder only create C code which can not be customized. ( It seems to be similar to an realeased application )
What I want is generated C Code which works like some code made with Embedded Coder.
Is it possible?
Accepted Answer
More Answers (0)
Categories
Find more on Deployment, Integration, and Supported Hardware in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!