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

3 ビュー (過去 30 日間)
PaulS
PaulS 2015 年 5 月 19 日
回答済み: Sebastian Castro 2015 年 5 月 19 日
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 Center および File ExchangeCreate 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