How to keep your Simulink customizations organized?

Version 1.0.0.0 (3.97 KB) by Nick
Organize your Simulink customizations in a structured way.
45 Downloads
Updated 21 Apr 2016

View License

Customizations are a practical way to create shortcuts and custom menus, allowing you to be more productive in Simulink. However, it can be hard to keep a clear oversight of the customization implementations. If the number of customizations increases to say 5+, your sl_customization.m will have many sub-functions, or you will have customization M-files scattered across your MATLAB path.
The introduction of a Customizer super- and subclass makes it easy to plug in and remove customizations in Simulink and Stateflow. The structure allows you to scale up the number of customizations without loosing oversight. Also, it facilitates sharing and re-use of customizations.

An example application and more details can be found here:
http://monkeyproofsolutions.nl/en/how-to-keep-your-simulink-customizations-organized/

Note:
The code can be used from R2011b. Earlier releases have not been tested.

Cite As

Nick (2024). How to keep your Simulink customizations organized? (https://www.mathworks.com/matlabcentral/fileexchange/56642-how-to-keep-your-simulink-customizations-organized), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2011b
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Modeling in Help Center and MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

+styleguide/@Customizer/

+utils/@Customizer/

@Customizer/

Version Published Release Notes
1.0.0.0

Image added.