How to keep your Simulink customizations organized?

버전 1.0.0.0 (3.97 KB) 작성자: Nick
Organize your Simulink customizations in a structured way.
다운로드 수: 46
업데이트 날짜: 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 (2025). How to keep your Simulink customizations organized? (https://kr.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.