Why do I get an error message "Can't reload libmwrtw_core.so" when running the codegen function for MATLAB Coder?

When trying to run the codegen() function for MATLAB Coder, I run into the following error:
Can't reload '/usr/local/MATLAB/R20XXx/bin/glnxa64/libmwrtw_core.so'

 Accepted Answer

This may be an issue with missing library dependencies on your machine. Try running the following command in Terminal:
sudo apt-get install nvidia-331-updates
If the issue continues to persist, we would recommend doing a clean reinstallation of MATLAB. 

More Answers (0)

Products

Community Treasure Hunt

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

Start Hunting!