From: Ann F on
Thanks Nevine for your reply. That's exactly what I was looking for.

Cheers
Ann

"Nevine" <nevinejacob1981(a)hotmail.com> wrote in message <i2pr1g$1de$1(a)fred.mathworks.com>...
> > Is there a way to programmatically refresh the simulink library browser. If there is a command to do the same function as "Refresh Tree View" as in the Simulink >> View menu, that would be perfect.
>
> If you are using R2008a or later, you can do the following:
>
> libBrow = LibraryBrowser.StandaloneBrowser;
> libBrow.refreshLibraryBrowser
>
> HTH,
> Nevine