Preventing a Matlab Function from recompiling in Simulink
2 ビュー (過去 30 日間)
古いコメントを表示
Thomas Marullo
2015 年 12 月 4 日
コメント済み: Thomas Marullo
2015 年 12 月 9 日
I have a Matlab Function block that takes a while to generate code when I execute my simulation. When I change some stuff outside of the Matlab Function, Simulink still wants to recompile that function block but I know nothing has changed inside of it nor does it depend on any changes that would affect its code. Is it possible to prevent Simulink from recompiling that Matlab Function block so I can save time on tuning my model?
0 件のコメント
採用された回答
Madhu Govindarajan
2015 年 12 月 9 日
If you can put your MATLAB function block inside Model reference and use the if any changes detected option mentioned here - http://www.mathworks.com/help/simulink/gui/model-referencing-pane.html
Then it should be possible to avoid recompiling every time.
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Simulink Functions についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!