Code covered by the BSD License  

Highlights from
Customizing the Simulink Interface Demo

image thumbnail
from Customizing the Simulink Interface Demo by Saurabh Mahapatra
This demo walks you through the steps of being able to customize the Simulink interface.

sl_customization(cm)
function sl_customization(cm)
% This code changes the order of libraries in Simulink library browser. 
cm.LibraryBrowserCustomizer.applyOrder( {'simulink', -1,...
                                         'simulink_extras', -2} );
end

Contact us at files@mathworks.com