Code Generation Questions for Simulink

조회 수: 1 (최근 30일)
Joshua
Joshua 2013년 4월 8일
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