Code Generation Questions for Simulink

4 views (last 30 days)
Joshua
Joshua on 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!

Answers (1)

Kaustubha Govind
Kaustubha Govind on 7 May 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.

Categories

Find more on Test Model Components in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!