Save Simulink Buses definition file

버전 1.4.0.0 (3.01 KB) 작성자: Gijs van Oort
Automatically asks whether to save the Simulink Buses definition when saving Simulink file.
다운로드 수: 273
업데이트 날짜: 2013/3/19

라이선스 보기

If you update the Buses definition in the Simulink Bus Editor, the changes will not automatically be saved when saving the Simulink document. This script detects changes in the Buses definition, and asks if you want to save the new buses definition (unconditional save is not wise; if you did a 'clear all' or if you opened another Simulink model that also contains buses, you generally do not want to save!).

Usage: Right click in the Simulink window, choose Model Properties|Callbacks. In 'PostSaveFcn' type 'UpdateCreateBusesFile' (this will run the script every time you save the Simulink file). In 'PostLoadFcn' type 'CreateBuses' (this will load the buses definition when you load the Simulink model).

인용 양식

Gijs van Oort (2024). Save Simulink Buses definition file (https://www.mathworks.com/matlabcentral/fileexchange/37114-save-simulink-buses-definition-file), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2012b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Programmatic Model Editing에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.4.0.0

Bugfix (thanks to Ivan Smits for discovering it)

1.3.0.0

New version of the file, which includes better comparison of the bus definitions and a checkbox for showing all buses or differences only.

1.0.0.0