Editing default simulink libraries
3 views (last 30 days)
Show older comments
I'm running version 2013b and I'd like to modify the default Simulink libraries for styling and ease of use. An example of this is input and output port colors (green for input, red for output) or removing the data limiting in the default Simulink scopes. One way I can edit them is to manually change the simulink.slx and simviewers.mdl files within the MATLAB folder structure, but this requires administrative permissions on the files. Is there another way to edit these kinds of properties in the default libraries?
0 Comments
Answers (1)
Ilham Hardy
on 1 Feb 2016
Edited: Ilham Hardy
on 1 Feb 2016
Is that even possible/allowed?
list all the specified blocks and edit them using set_param() in the for-loop..
See Also
Categories
Find more on Programmatic Model Editing in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!