How to keep your Simulink customizations organized?

版本 1.0.0.0 (4.0 KB) 作者: Nick
Organize your Simulink customizations in a structured way.
46.0 次下载
更新时间 2016/4/21

查看许可证

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.

引用格式

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. 检索来源 .

MATLAB 版本兼容性
创建方式 R2011b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Modeling 的更多信息

Community Treasure Hunt

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

Start Hunting!

+styleguide/@Customizer/

+utils/@Customizer/

@Customizer/

版本 已发布 发行说明
1.0.0.0

Image added.