How to marge two Simulink model in one.
1 view (last 30 days)
Show older comments
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.
0 Comments
Answers (1)
Shubham
on 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!
0 Comments
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!