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

54 次查看(过去 30 天)

采纳的回答

MathWorks Support Team
编辑:MathWorks Support Team 2023-10-24
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:

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Programmatic Model Editing 的更多信息

产品


版本

R2023b

Community Treasure Hunt

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

Start Hunting!

Translated by