- 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?
19 次查看(过去 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:
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!