How can I set "Classical call interface" parameter using set_param?

Here I use code generation scripts to automate the code generation, build and deployment pipeline. In one of the scripts I change my target programmatically using switchTarget , then Classical call interface goes off as default. How can I set it back to on using set_param?

 채택된 답변

Eshwar
Eshwar 2015년 1월 23일
You can try using
set_param(modelname,'GRTInterface','on')
There are some dependencies to be aware of for using the Classic Code Interface options (for example: C++ class code interface packaging sets this param off) which you can look up from the doc.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Event Functions에 대해 자세히 알아보기

질문:

2015년 1월 20일

답변:

2015년 1월 23일

Community Treasure Hunt

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

Start Hunting!

Translated by