Simulink Settings for Blocks
11 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I was wondering if it was possible to define default standards for standard Matlab blocks.
For example, constant blocks default to a datatype of inherit from the constant value, I'd like to be able to set that to a 'single'. I'd also like to be able to set the default sample time to be inherited. That way when anyone inserts one into their model those settings are set to those default settings.
It would also be nice to set default annotations to help illustrate mask settings of the block, like shown below:

Is there anyway to do this? Could it be done for a specific project, so we could have different default settings as needed?
0 Commenti
Risposte (1)
Fangjun Jiang
il 27 Nov 2018
One way I can think of (or actually I am doing it in this way) is that you modify the built-in Simulink library to reflect these changes and save it as your customized library. Then you always use your customized library as the source to construct your model.
0 Commenti
Vedere anche
Categorie
Scopri di più su Interactive Model Editing in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!