- 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!