Skip to content

Troubleshooting

Check here for help on common and/or complex errors!

--

Matlab

Matlab compiled code won't run and getting an error with .mcrCache folders

Matlab compiled code can run into problems if the code gets interrupted in the middle of executing the compiler. When this happens, just delete ~/.mcrcache folder entirely ("rm -rf ~/.mcrCache"), which should correct the error.

--