Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

How does modelworkspace carry over when model is integrated into larger system?

조회 수: 1 (최근 30일)
Mark Ekblad
Mark Ekblad 2017년 4월 20일
마감: MATLAB Answer Bot 2021년 8월 20일
I have a model where I use the modelworkspace. How do I integrate that model into another larger model and keep the workspace intact? Do I need to make it a reference model or use a data dictionary?

답변 (1개)

Sudarshan Kolar
Sudarshan Kolar 2017년 4월 25일
Hello Mark,
You can go to model explorer, right click on the Model workspace and say "Import" to import any data related to the child model. Note that you will have to export your model workspace as a MAT file from the smaller model first.
As you mentioned, you can also use Simluink Data Dictionary and keep adding values into it as your model grows.
Sudarshan
  댓글 수: 1
Mark Ekblad
Mark Ekblad 2017년 4월 26일
Thanks, but I guess I need to clarify. I want each subsystem to have its own workspace or data dictionary. It seems like your solution would add to the larger model's workspace. For example , if I have two developers and they both have a parameter called AUTO, one has it defined as 0 another as 1. If I combined these subsystems into a larger system AUTO will be incorrect. I am looking for a way for each subsystem to have its own namespace.

Community Treasure Hunt

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

Start Hunting!

Translated by