Azzera filtri
Azzera filtri

How to marge two Simulink model in one.

7 visualizzazioni (ultimi 30 giorni)
Abhijeet Kate
Abhijeet Kate il 24 Apr 2024
Risposto: Shubham il 24 Apr 2024
Hello,
I am working on a large simulink model, so me and my friend working of different parts of same model. So when ever i am tring to marge the model (copy paste) they are mirroring to each other, reflecting to each other. Either first model is appering on same folder or second one. how to solve this problem.

Risposte (1)

Shubham
Shubham il 24 Apr 2024
Hey Abhijeet,
It is not clear, what you mean by "mirroring each other".
Since you are working on a large model, I would suggest you to use Subsystems by dividing your model. Doing so, you would have a modular design and you would be able to reuse components. Subsystems would also provide abstraction of complex functionalities of the model.
I would also suggest to use model references as it would help in parallel development. It would improve model reusability and it would be easier to have version control for each referenced model.
Both subsytems and model references would help in organizing while creating a hierarchy in model. Do not manually copy paste a section of model, instead export it as a subsytem.
The Simulink also provides a way to compare and merge models. Refer to the following documentation for more information: https://www.mathworks.com/help/simulink/slref/compare-and-merge-simulink-models.html
Please feel free to share any model files and steps to reproduce the issue.
I hope this helps!

Categorie

Scopri di più su Large-Scale Modeling in Help Center e File Exchange

Tag

Prodotti


Release

R2023b

Community Treasure Hunt

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

Start Hunting!

Translated by