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

54 Ansichten (letzte 30 Tage)
How do I break all the library links in my Simulink model?

Akzeptierte Antwort

MathWorks Support Team
MathWorks Support Team am 24 Okt. 2023
Bearbeitet: MathWorks Support Team am 24 Okt. 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:

Weitere Antworten (0)

Kategorien

Mehr zu Programmatic Model Editing finden Sie in Help Center und File Exchange

Produkte


Version

R2023b

Community Treasure Hunt

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

Start Hunting!

Translated by