How can i get a model argument from the modelworkspace into a matlab skript?

조회 수: 1 (최근 30일)
Hi,
I want a script that calculates certain parameters from variables that I defined in the modelworkspace of a simulink model.
How do I access these variables?

채택된 답변

Sebastian Castro
Sebastian Castro 2015년 5월 19일
wksp = get_param(mdl,'ModelWorkspace')
value = wksp.getVariable('K')
... where "mdl" is your model's name :)
- Sebastian

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Create Large-Scale Model Components에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by