Warning "Parameterizing Model References"

Hi everybody
I would like to remove the following warning which always appears when I run my Simulink model:
Warning: Ignoring settings in the tunable parameters table for model 'Current_controller' because it references or is referenced by another model. See "Parameterizing Model References" in the Simulink documentation for information on tuning global parameters in a model reference hierarchy.
My model is actually running as I want and I only use the tunable parameter for the C-code generation (Simulink Coder).
To be clear, I do not want to change anything in my model but just remove the Warning. I did not find any related option in the Diagnostics options of my simulink model.
Can anybody explain me how to remove this warning?
Regards
Jérôme

 採用された回答

Jérôme Marchand
Jérôme Marchand 2013 年 10 月 10 日

0 投票

After several tries, I can answer this question by myself.
To disable only the last warning the 2 following command can be used:
w = warning('query','last');
warning('off',w.identifier);
Jérôme

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeSimulink についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by