- 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?
20 views (last 30 days)
Show older comments
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 Comments
Answers (1)
Abhijeet
on 8 Mar 2023
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 Comments
See Also
Categories
Find more on Acceleration in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!