MATLAB: Is it possible to add a Simulink Library Browser menu via customization like it was possible in R2014b or older

buttoncustomizationmanualmenusimulink

Is it possible to add a Simulink Library Browser menu via customization like before R2014b or older?
In these old releases this was possible using:
cm.addCustomMenuFcn('LibraryBrowser:FileMenu', @myMenuItems)

Best Answer

No, there is no way to add menu items to the Library Browser in all releases newer than R2014b.
This feature was completely removed.
Please use a 'sl_customization.m' file to add menu items to the Simulink menu instead.
This can be found here: