필터 지우기
필터 지우기

How to marge two Simulink model in one.

조회 수: 7 (최근 30일)
Abhijeet Kate
Abhijeet Kate 2024년 4월 24일
답변: Shubham 2024년 4월 24일
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