フィルターのクリア

Can the code-generation parameters of a protected model be changed after protection?

1 回表示 (過去 30 日間)
I'm receiving a protected Simulink model and I'd like to edit the code-generation parameters prior to building my top-level system.
Using a dummy model, I've tried attaching a configuration reference file to the protected system prior to protecting it, in hopes that I could edit the parameters in the reference and affect the protected model. This didn't seem to work. Any changes I made to the configuration reference file after protection didn't seem to affect the protected model.
Is there any way to change the configuration parameters of a protected model (specifically the code-generation options)?

採用された回答

Sherman
Sherman 2015 年 5 月 6 日
Hi Casey,
It is not possible to alter a model once it has been protected since that would defeat the purpose of protecting it. This includes code-generation configuration parameters.
In R2015a, it is possible to include multiple targets in a protected model. Each target is identified by its System Target File. Thus you could potentially have two targets, each configured differently, inside the same protected model. This might help solve your issue.
Sherman
  1 件のコメント
Thomas Becker
Thomas Becker 2018 年 2 月 9 日
Hi Sherman,
as you describe, there is an option to include multiple targets. That's exactly what I need - but I neither find any documentation nor option to achieve that. How is the issue handled internally? Is the code generated for 2 targets, an the top model including the protected model determines the finally used code?
Thanks a lot in advance!

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

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

Community Treasure Hunt

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

Start Hunting!

Translated by