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

조회 수: 52 (최근 30일)
How do I break all the library links in my Simulink model?

채택된 답변

MathWorks Support Team
MathWorks Support Team 2023년 10월 24일
편집: 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