Find all loaded models in the current Simulink® session, excluding libraries. The example shows a result from
a typical session.
Simulink.allBlockDiagrams('model')
ans =
237.0001
56.0001
2.0001
Get Names of Loaded Block Diagrams
Find all loaded models in the current Simulink session and return results as names. Use
Simulink.allBlockDiagrams with get_param to get the names.
The example shows a result from a typical session and includes loaded
libraries and models.