フィルターのクリア

How to remove the build summary while using slbuild?

7 ビュー (過去 30 日間)
Ayush
Ayush 2023 年 7 月 5 日
回答済み: Abhas 2023 年 7 月 5 日
When using the slbuild function for the generation of Embedded code of a model, it generates a whole build summary in the command window. Is there any way I can remove this build summary?

回答 (1 件)

Abhas
Abhas 2023 年 7 月 5 日
Hi Ayush,
One hacky way to do this is to use the evalc function outside the slbuild function. You can use it in the following manner:- evalc(slbuild(model)). This evalc function captures the command window output and returns it as a variable. Using this there will be no output in the command window.
You can refer the documentation for a better understanding:- https://in.mathworks.com/help/matlab/ref/evalc.html.
Hope this helps!

カテゴリ

Help Center および File ExchangeDeployment, Integration, and Supported Hardware についてさらに検索

製品


リリース

R2023a

Community Treasure Hunt

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

Start Hunting!

Translated by