change slxc to slx
227 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Magda
el 14 de Oct. de 2023
Respondida: Kazem
el 9 de Sept. de 2024
Hi
How do i change my simulink slxc to slx?
0 comentarios
Respuesta aceptada
Ramtej
el 16 de Oct. de 2023
Hi Magda,
I understand that you are trying to change ".slxc" file to ".slx".
A quick overview on ".slxc" and ".slx" files:
The ".slxc" files are the cache files associated with referenced models in Simulink. They are generated when you build your model during code generation. The cache files contain artifacts from the build that can reduce the time required for successive model simulation and code generation. Whereas the ".slx" file extension is the standard file extension for Simulink model files. These files contain the Simulink model itself and can be opened, edited, and simulated within the Simulink environment.
Simply, you cannot convert cache files to model files.
Hope this resolves your query!
0 comentarios
Más respuestas (1)
Kazem
el 9 de Sept. de 2024
You can use
slxcunpack
unpacks the simulation and code generation artifacts from the specified Simulink® cache file for the current platform and MATLAB® release.
https://se.mathworks.com/help/simulink/slref/slxcunpack.html
0 comentarios
Ver también
Categorías
Más información sobre Programmatic Model Editing en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!