codegen fails with "Can't reload '/.../bin/​glnxa64/li​bmwrtw_cor​e.so'" in Ubuntu

1 view (last 30 days)
Hello everyone!
My environment consists of a fresh Ubuntu (16.04 LTS) installation and R2016a/R2015b releases installed.
While trying to run 'coderdemo_hello_world' I have got the following error in each of the release
% R2016a
>> codegen hello_world.m
Can't reload '/.../R2016a/bin/glnxa64/libmwrtw_core.so'
Use 'help codegen' for more information on using this command.
Error using codegen
>>
% R2015b
>> codegen hello_world.m
Can't reload '/.../R2015b/bin/glnxa64/libmwrtw_core.so'
Use 'help codegen' for more information on using this command.
Error using codegen
>>
which are identical.
Does anyone has a clue what to do with the error?
Many thanks in advance!
Kind regards,
Alex

Accepted Answer

Alex Faliv
Alex Faliv on 16 Jun 2016
Fortunately I was able to solve the issue by
apt-get install nvidia-331-updates

More Answers (0)

Categories

Find more on MATLAB Runtime 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!