How to clear the MATLAB Runtime cache?
242 views (last 30 days)
Show older comments
MathWorks Support Team
on 31 Jul 2024
Edited: MathWorks Support Team
on 15 Sep 2024
How can I clear MATLAB Runtime cache?
Accepted Answer
MathWorks Support Team
on 15 Sep 2024
To clean the MATLAB Runtime Cache:
1) Get the path for MATLAB Runtime cache by opening MATLAB, run the following command to get the directory.
>> mcrcachedir
2) Navigate to the path given above, delete the cache folders
The MCR Cache should now be cleared.
If MATLAB is not available on the machine, you can compile a standalone application with above function using MATLAB Compiler and run the application.
0 Comments
More Answers (0)
See Also
Categories
Find more on Enterprise Deployment with MATLAB Production Server in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!