For Simscape Multibody, Is it possible to generate C code which can be customized?
Ältere Kommentare anzeigen
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?
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Real-Time Model Preparation finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!