- Ignore the messages because you know they don't matter to you.
- Make sure the values for those variables are not changed. The change won't have effect anyway, because those variables are non-tunable. The value for those variables are built into the fast restart optimization. Maybe the change was made by mistake?
- Set those variables to be tunable. Then the change of value will impact the simulation result.
Not suppressable warnings in Simulink
2 ビュー (過去 30 日間)
古いコメントを表示
Hi,
I have the following issue:
"The message identifier Simulink:Engine:NonTunableVarChangedInFastRestart cannot be suppressed."
Why is it not possible and when will it be fixed?
Is there a workaround?
I just don't want to see those messages. There is more important information to be displayed.
BR
Christian
0 件のコメント
回答 (1 件)
Fangjun Jiang
2023 年 8 月 10 日
Between fast restart simulations, you have some variables that have changed their values. But these variables are non-tunable. That is why the warning messages popped up.
Your options:
3 件のコメント
Walter Roberson
2023 年 8 月 10 日
The variables are saved in a struct.
Create one struct for the tunables and a different struct for the non-tunables.
参考
カテゴリ
Help Center および File Exchange で Sources についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!