Running model callbacks in model workspace

2 visualizzazioni (ultimi 30 giorni)
Rey
Rey il 13 Mag 2013
Noticed that model callbacks such as PostLoadFcn, StartFcn etc run in base workspace, and they cannot access variables defined in model workspace unless they are evalin'ed in model workspace. Is there a way to change this behaviour and tell the model to evaluate the expressions of its model callbacks in the model workspace instead?

Risposte (1)

Ryan G
Ryan G il 13 Mag 2013
I don't believe you can change the default behavior here. How much extra work is using the evalin function? Are you calling a lot of functions in the callbacks?
  5 Commenti
Rey
Rey il 13 Mag 2013
Modificato: Rey il 14 Mag 2013
If you have information about since when the workspace_object.getVariable() method is supported, please let me know. I can't seem to find it in the documentation of releases prior to R2012a...
And a final question: Why is it not permitted to define buses in model workspace? Interestingly, Simulink allows evalin'ing scripts to do bus definitions in model workspace, but then it throws an error during compilation. And the error sounds weird: "Bus objects should only be created in base workspace." Not like " can only be created"...
Ryan G
Ryan G il 14 Mag 2013
Not sure about getvariable. But someone already asked about the bus object problem.

Accedi per commentare.

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by