When generating code with Embedded Coder, a text editor window automatically pops up to view the generated code. Is there a way to deactivate this option?
1 回表示 (過去 30 日間)
古いコメントを表示
When generating code with Embedded Coder, a text editor window automatically pops up to view the generated code after code generation. Is there a way to deactivate this option?
I couldn't find anything on this in the documentation or in the project configuration.
0 件のコメント
回答 (1 件)
Srijith Kasaragod
2021 年 12 月 1 日
Hi Paul,
The ability to prevent the Code window from appearing is not available in SIMULINK currently. There are no direct workarounds.
As an alternative to generating code from the Simulink user interface, the function "slbuild" can be used at the MATLAB Command Window to generate code. If you run "slbuild" on a model that is closed, the Simulink user interface and the Code window will not be visible.
Regards,
Srijith.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Deployment, Integration, and Supported Hardware についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!