Why does the SAVE_SYSTEM function not break the library links on my model ?
20 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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'.
Respuesta aceptada
MathWorks Support Team
el 27 de Jun. de 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.
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Programmatic Model Editing en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!