How to show requirements in generated code for traceability?
이전 댓글 표시
Hello,
I have a question about simulink Requirements.
How can i show the imported requirements (from excel) in the autosar code when this code is generated?
For the traceability of the requirements, the requirements should also be found in the generateded code for autosar.
Can someone help me?
Kind regards, Rik
채택된 답변
추가 답변 (1개)
Arunkumar M
2018년 11월 10일
2 개 추천
You can use DESCRIPTION property of each block or element (right click -> Properties) What ever you type in Description field will be displayed as Comments in generated C code.
Note: In some blocks, Description property may be available in Documentation tab.

카테고리
도움말 센터 및 File Exchange에서 Get Started with Requirements Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!