Borrar filtros
Borrar filtros

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

5 visualizaciones (últimos 30 días)
Scott Ranville
Scott Ranville el 7 de Oct. de 2016
Respondida: Damien el 12 de Oct. de 2016
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 comentario
Atsushi Ueno
Atsushi Ueno el 10 de Oct. de 2016
How about using component-based modeling and modular design?

Iniciar sesión para comentar.

Respuestas (1)

Damien
Damien el 12 de Oct. de 2016
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.

Categorías

Más información sobre Schedule Model Components en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by