MATLAB: Is it possible to open a referenced model directly from the Model Explorer in Simulink 7.1 (R2008a)

simulink

I would like to expand a referenced model directly from the Model Explorer or the Model Browser.

Best Answer

You can expand a referenced model in the model explorer, if the referenced model is loaded. For example, type the following commands on the MATLAB prompt:
sldemo_mdlref_basic
daexplr
In the model explorer, expand sldemo_mdlref_basic, right click on "Counter A" and select "Open model sldemo_mdlref_counter". Once the referenced model is open, you can view it and expand it in the model explorer.