Move Data Objects within workspaces
이전 댓글 표시
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
2020년 10월 9일
0 개 추천
Hi Sourabh,
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
카테고리
도움말 센터 및 File Exchange에서 Signal Import and Export에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!