How to clear the MATLAB Runtime cache?
298 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
MathWorks Support Team
il 31 Lug 2024
Modificato: MathWorks Support Team
il 15 Set 2024
How can I clear MATLAB Runtime cache?
Risposta accettata
MathWorks Support Team
il 15 Set 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 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Enterprise Deployment with MATLAB Production Server in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!