Clear Filters
Clear Filters

How to disable Simulink rapid accelerator build summary?

10 views (last 30 days)
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?

Answers (1)

Abhijeet
Abhijeet on 8 Mar 2023
Hi,
To disable the Simulink Rapid Accelerator build summary, please follow these steps:
  1. Open the Simulink model in which you want to disable the build summary.
  2. Go to the "Simulation" menu and select "Model Configuration Parameters".
  3. In the "Configuration Parameters" dialog box, go to the "Code Generation" tab.
  4. In the "Code Generation" tab, expand the "Interface" section.
  5. Under the "Interface" section, uncheck the "Produce build information" option.
  6. Click on "OK" to close the "Configuration Parameters" dialog box.
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

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!