How to keep your Simulink customizations organized?

Versión 1.0.0.0 (3,97 KB) por Nick
Organize your Simulink customizations in a structured way.
45 descargas
Actualizado 21 abr 2016

Ver licencia

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.

Citar como

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. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2011b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Modeling en Help Center y 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/

Versión Publicado Notas de la versión
1.0.0.0

Image added.