Effacer les filtres
Effacer les filtres

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

1 vue (au cours des 30 derniers jours)
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?

Réponse acceptée

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

Plus de réponses (0)

Catégories

En savoir plus sur Programmatic Model Editing dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by