Why does the SAVE_SYSTEM function not break the library links on my model ?

2 views (last 30 days)
Why does the SAVE_SYSTEM function not break the library links on my model ?
For example, the help on the SAVE_SYSTEM function says:
SAVE_SYSTEM('SYS','NEWNAME','BreakLinks') saves the specified top-level
system to a file with the specified new name. Any block library links
are broken in the new file.
However, if I use the following syntax:
%Saving of system with BreakLinks :
save_system(gcs,'test','BreakLinks')
The GET_PARAM function prompt will tell me that the link status is set to 'inactive', whereas I would expect it to be 'none'.

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 27 Jun 2009
This bug has been fixed for Release 14 (R14). For previous releases, please read below for any possible workarounds:
This has issue been forwarded to our development staff so it can be fixed in a future release of Simulink.
Currently, there are no known workarounds.

More Answers (0)

Categories

Find more on Programmatic Model Editing in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!