Code Generation Questions for Simulink

1 次查看(过去 30 天)
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!

回答(1 个)

Kaustubha Govind
Kaustubha Govind 2013-5-7
  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.

类别

Help CenterFile Exchange 中查找有关 Test Model Components 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by