Removal of RT_MODEL variables in code generation

5 次查看(过去 30 天)
Hello,
I am using R2019b ert.tlc file for code generation.
Question: How to remove code generaiton for the RT_MODEL_m variables which are getting generated ?
Apparently something related is asked earlier in below link, but nobody gave the correct answer.
I suggested the below setting as suggested by the STAFF member, but it didnt help.
cs.set_param('CodeInterfacePackaging', 'Nonreusable function'); % Code interface packaging.
Any help will be appreciated !!!

采纳的回答

Mark McBroom
Mark McBroom 2020-4-22
Look in TEST.h. What is in the data structure RT_MODEL_TEST? If there is an error_status variable, you can disable via this configuration parameter:
Thanks.
Mark.
  7 个评论
Mark McBroom
Mark McBroom 2020-4-22
I am sorry. SuppressErrorStatus needs to be set to "on".

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Deployment, Integration, and Supported Hardware 的更多信息

产品


版本

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by