From: Fabrizio Bonetto on
Hi all,
Is it possible to know which libraries, created by the user, are contained into a Simulink model? Is there a Matlab command for obtaining these information?

Thanks in advance.
Fabri
From: Gavin Walker on
"Fabrizio Bonetto" <fabrizio.REMOVETHISBonetto(a)gmail.com> wrote in message
news:hr93hk$f00$1(a)fred.mathworks.com...
> Hi all,
> Is it possible to know which libraries, created by the user, are contained
> into a Simulink model? Is there a Matlab command for obtaining these
> information?

You could try creating a Simulink Manifest. Within the Simulink editor, go
to to the Tools menu, select "Model Dependencies..." and then "Generate
Manifest". There is also a command line interface.

http://www.mathworks.com/access/helpdesk/help/toolbox/simulink/ug/bq2ifjj-1.html

Gavin