Simulink cache file won't open
118 次查看(过去 30 天)
显示 更早的评论
Hi,
I have a file that Simulink saved as a cache file (.slxc). I don't recall saving it as such so first, why does it save to this format? Second, the file won't open anymore. The following error pops up:
Simulink cache for filename
This Simulink cache contains derived files for the following releases and platforms:
R2018b : all platforms
Variable usage information Yes
Is there a way to correct this or open the file? It's not opening in 2018b or 2019b
1 个评论
Bryan Benjamin
2023-1-8
I had this same problem. When you receive that pop-up, you can click on your filename. Your simulink model should appear.
采纳的回答
stozaki
2020-2-27
That is the correct behavior.
.slxc files are Simulink cache files. These files contain build artifacts that can speed up simulation and code generation.
When any changes are made to the model, only the edited files are built based on if the Rebuild configuration parameter is set accordingly.
release note :
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/273910/image.png)
5 个评论
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!