Save Simulink Buses definition file

Automatically asks whether to save the Simulink Buses definition when saving Simulink file.
273 download
Aggiornato 19 mar 2013

Visualizza la licenza

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

Cita come

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

Compatibilità della release di MATLAB
Creato con R2012b
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Programmatic Model Editing in Help Center e MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Versione Pubblicato Note della release
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