フィルターのクリア

How to "push" changes to a set of models ?

5 ビュー (過去 30 日間)
Scott Ranville
Scott Ranville 2016 年 10 月 7 日
回答済み: Damien 2016 年 10 月 12 日
We work in an organization with a number of models. Is there a programmatic way to push a change to the models when they are either opened or closed (which ever is easier) ? The change is modify the PostLoadFcn callback.
What we want to avoid doing is having a script (or manual) checkout the model, modify the model, and then re-check it in. Rather, we want a mechanism so that the next time someone opens the model, the desired changes are "pushed" to the model without the user necessarily even knowing that the change has occurred.
  1 件のコメント
Atsushi Ueno
Atsushi Ueno 2016 年 10 月 10 日
How about using component-based modeling and modular design?

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

回答 (1 件)

Damien
Damien 2016 年 10 月 12 日
Have you create your own custom library, so you can save all your models inside. Then when you change a block in your library it will change all the blocks link to this one.

カテゴリ

Help Center および File ExchangeSchedule Model Components についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by