- Open the Simulink model in which you want to disable the build summary.
- Go to the "Simulation" menu and select "Model Configuration Parameters".
- In the "Configuration Parameters" dialog box, go to the "Code Generation" tab.
- In the "Code Generation" tab, expand the "Interface" section.
- Under the "Interface" section, uncheck the "Produce build information" option.
- Click on "OK" to close the "Configuration Parameters" dialog box.
How to disable Simulink rapid accelerator build summary?
조회 수: 11 (최근 30일)
이전 댓글 표시
I'm running a simulink model using malab script, and the model is called within a for loop which need to run 100 times. Since I'm using rapid acceleratior for my model, everytime the loop calls the model, it will generate build summary. Hence I have 100 build summaries looking like this:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1310825/image.png)
Is there a way to disable them?
댓글 수: 0
답변 (1개)
Abhijeet
2023년 3월 8일
Hi,
To disable the Simulink Rapid Accelerator build summary, please follow these steps:
After following these steps, the build summary will be diabled and won't appear during the Rapid Accelerator mode build of the Simulink model.
Thank You
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Acceleration에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!