フィルターのクリア

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

5 ビュー (過去 30 日間)
Umut Durak
Umut Durak 2015 年 1 月 20 日
回答済み: Eshwar 2015 年 1 月 23 日
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 件)

カテゴリ

Help Center および File ExchangeSimulink Coder についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by