Code Generation Questions for Simulink

1 Ansicht (letzte 30 Tage)
Joshua
Joshua am 8 Apr. 2013
Hello all, I had a few questions about generating code from simulink models.
1. Is there a way to annotate the file comment header?
2. Does the coder have any facility for emitting unit tests? I'd like to be able to run the code through unit tests on the target platform.
3. Is there a way to specify a memory allocator other than using a static structure?
I'll probably have more questions later, thanks in advance!

Antworten (1)

Kaustubha Govind
Kaustubha Govind am 7 Mai 2013
  1. Yes, you can customize the source/header file templates to do this.
  2. I know that the Simulink Verification and Validation toolbox is able to generate test-cases for simulation - I'm guessing you should be able to re-use the same test-cases on the generated code (although I haven't personally tried this).
  3. I think that Custom Storage Classes allow you to do things like specify memory sections where parameters/signals should be allocated, but it may not offer as much customization as you appear to need.

Kategorien

Mehr zu Test Model Components 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