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

19 Ansichten (letzte 30 Tage)
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'.

Akzeptierte Antwort

MathWorks Support Team
MathWorks Support Team am 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.

Weitere Antworten (0)

Kategorien

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

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by