Azzera filtri
Azzera filtri

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

1 visualizzazione (ultimi 30 giorni)
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?

Risposta accettata

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

Più risposte (0)

Categorie

Scopri di più su Programmatic Model Editing in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by