How to marge two Simulink model in one.

7 次查看(过去 30 天)
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.

回答(1 个)

Shubham
Shubham 2024-4-24
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!

类别

Help CenterFile Exchange 中查找有关 Large-Scale Modeling 的更多信息

标签

产品


版本

R2023b

Community Treasure Hunt

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

Start Hunting!

Translated by