How can i get a model argument from the modelworkspace into a matlab skript?
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
PaulS
am 19 Mai 2015
Beantwortet: Sebastian Castro
am 19 Mai 2015
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?
0 Kommentare
Akzeptierte Antwort
Sebastian Castro
am 19 Mai 2015
wksp = get_param(mdl,'ModelWorkspace')
value = wksp.getVariable('K')
... where "mdl" is your model's name :)
- Sebastian
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Create Large-Scale Model Components finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!