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

2 次查看(过去 30 天)
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'.

采纳的回答

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

更多回答(0 个)

类别

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

产品

Community Treasure Hunt

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

Start Hunting!

Translated by