Simulink cache file won't open

333 views (last 30 days)
Dalton Dune
Dalton Dune on 27 Feb 2020
Commented: Selim on 18 Nov 2023
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 Comment
Bryan Benjamin
Bryan Benjamin on 8 Jan 2023
I had this same problem. When you receive that pop-up, you can click on your filename. Your simulink model should appear.

Sign in to comment.

Accepted Answer

stozaki
stozaki on 27 Feb 2020
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 :
  5 Comments
Henry Kerr
Henry Kerr on 3 Jan 2023
So is there a way of accessing the slx file version?
Selim
Selim on 18 Nov 2023
That doesn't really help. How do we change it back to slx

Sign in to comment.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!