Move Data Objects within workspaces

조회 수: 13 (최근 30일)
Sourabh J
Sourabh J 2020년 10월 6일
답변: Kiran Felix Robert 2020년 10월 9일
How to Move data objects created/loaded in base workspace using .mat file into Model workspace to save them for permanant use with the simulink model.
Is there any command to move data objects (Simulink Parameter, Simulink Signals) between Base and Model workspaces?

답변 (1개)

Kiran Felix Robert
Kiran Felix Robert 2020년 10월 9일
Hi Sourabh,
Yes, you can share data from model workspace to base workspace using the To Workspace block.
There is also another way to move data programmatically from model workspace to base workspace, you can also create new variable in model workspace and copy data from model workspace to MATLAB base workspace.
Refer to the document titled Model Workspace and specifically refer the section on ‘Manipulate Model Workspace Programmatically’ to have a background information.
The document Simulink.ModelWorkspace provides you some Object functions and a series of examples to achieve the same.
Kiran Felix Robert

카테고리

Help CenterFile Exchange에서 Signal Import and Export에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by