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

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?

 Respuesta aceptada

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

Más respuestas (0)

Categorías

Más información sobre Create Large-Scale Model Components en Centro de ayuda y File Exchange.

Preguntada:

el 19 de Mayo de 2015

Respondida:

el 19 de Mayo de 2015

Community Treasure Hunt

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

Start Hunting!

Translated by