Removal of RT_MODEL variables in code generation

조회 수: 9 (최근 30일)
Nadeem Syed
Nadeem Syed 2020년 4월 11일
댓글: Nadeem Syed 2020년 4월 23일
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".
Nadeem Syed
Nadeem Syed 2020년 4월 23일
ok thanks, it worked.

댓글을 달려면 로그인하십시오.

추가 답변 (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