Save Simulink Buses definition file

Automatically asks whether to save the Simulink Buses definition when saving Simulink file.
273 Downloads
Aktualisiert 19 Mär 2013

Lizenz anzeigen

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

Zitieren als

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

Kompatibilität der MATLAB-Version
Erstellt mit R2012b
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Kategorien
Mehr zu Programmatic Model Editing finden Sie in Help Center und MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Veröffentlicht Versionshinweise
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