The native MATLAB function provides the option to search inside Simulink library links, but doesn't currently give the option to search inside it's model references.
This function provides that option.
Unlike find_system itself, it can also close block diagrams after searching them.
This ensures scalability when searching large hierarchies. The usage is very similar to that of find_system itself except that a model name or handle must be specified.
Here are some key features of "find_in_models":
· Finding all the Lookup Table blocks involved in a simulation.
· Finding any models involved a simulation which have some parameter value.
· Finding all lines in a simulation which link to a particular requirement .
Requirements:
· MATLAB 7.4 or higher
· Simulink