Get list of global variables used by model reference

2 views (last 30 days)
Sometimes when I run a model with referenced models, I see a message like this:
### Model reference < redacted > may be out of date because global variables used by this model are incompatible with the variables that were in the base workspace when the target was generated. This model uses global variable(s): '<unfortunately_long_list_of_variables>'.
I would like to know if there's a way to get this list of globals that the model uses without having to deliberately change a global just to see this message. Thanks.

Accepted Answer

Carl Banks
Carl Banks on 16 Jun 2022
Simulink.findVars is the answer. Been in Matlab since 2010a.

More Answers (0)

Categories

Find more on Simulink Environment Customization in Help Center and File Exchange

Products


Release

R2017a

Community Treasure Hunt

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

Start Hunting!