Editing default simulink libraries
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (1)
Ilham Hardy
el 1 de Feb. de 2016
Editada: Ilham Hardy
el 1 de Feb. de 2016
Is that even possible/allowed?
list all the specified blocks and edit them using set_param() in the for-loop..
Ver también
Categorías
Más información sobre Programmatic Model Editing en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!