How to keep your Simulink customizations organized?

Version 1.0.0.0 (3,97 ko) par Nick
Organize your Simulink customizations in a structured way.
45 téléchargements
Mise à jour 21 avr. 2016

Afficher la licence

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.

Citation pour cette source

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. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R2011b
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Modeling dans Help Center et 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 Publié le Notes de version
1.0.0.0

Image added.