Replace a subsystem A with subsytem B on different models

조회 수: 7 (최근 30일)
Kinane
Kinane 2012년 7월 30일
Hi Im trying to replace a subsystem "oldSub" in "model1" with another subsystem "newSub" in "model2". i used this syntaxis, no error occures but no change in "model1" either !!
replace_block('model1','Name','oldSub','model2/newSub')
i updated "model1" using: set_param('model1','SimulationCommand','Update'), that didnt help ...
thx in advance
kinane

채택된 답변

Kaustubha Govind
Kaustubha Govind 2012년 7월 30일
Does 'oldSub' exist in the top-level of the model or inside a subsystem? For example, does the following command return any value:
find_system('model1','Name','oldSub','SearchDepth',1)
Also, you need to make sure that both 'model1' and 'model2' are loaded when you run the command(s). You can use the load_system command to load (ie. open in the background) the models.
  댓글 수: 7
Kaustubha Govind
Kaustubha Govind 2012년 8월 3일
Just a word of caution - is "tout" the variable logged by the model? I don't know if there is a guarantee that this variable is written to at the end of every time-step. There is a possibility that the value is maintained in an internal buffer and updated to the workspace once in a while.
Kinane
Kinane 2012년 8월 9일
편집: Kinane 2012년 8월 10일
yes it is,and yes, in my case i read "tout" when i pause simulation, still it does get written after each time-step. :)

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Programmatic Model Editing에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by