How do I break all the library links in my Simulink model?

52 visualizaciones (últimos 30 días)
How do I break all the library links in my Simulink model?

Respuesta aceptada

MathWorks Support Team
MathWorks Support Team el 24 de Oct. de 2023
Editada: MathWorks Support Team el 24 de Oct. de 2023
You can save a system and replace links to library blocks with copies of the library blocks using the "save_system" command:
>> save_system('myModel', 'newname', 'BreakAllLinks', true);
This option affects user-defined blocks and Simulink library blocks.
For more information regarding the "save_system" command, see our documentation at:

Más respuestas (0)

Categorías

Más información sobre Programmatic Model Editing en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2023b

Community Treasure Hunt

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

Start Hunting!

Translated by