How can i get a model argument from the modelworkspace into a matlab skript?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
PaulS
el 19 de Mayo de 2015
Respondida: Sebastian Castro
el 19 de Mayo de 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 comentarios
Respuesta aceptada
Sebastian Castro
el 19 de Mayo de 2015
wksp = get_param(mdl,'ModelWorkspace')
value = wksp.getVariable('K')
... where "mdl" is your model's name :)
- Sebastian
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Simulink Functions en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!