getting error: Can't reload '/usr/local/MATLAB/R2018a/bin/glnxa64/libmwsl_graphical_classes.so' when trying to use tabularTextDatastore
34 次查看(过去 30 天)
显示 更早的评论
Hello,
I'm using Matlab R2018a on a ubuntu 18.04 server and when trying to use tabularTextDatastore i got the next error:
identifier: 'MATLAB:err_while_looking_up_function'
message: 'An error occurred while trying to determine whether "readData" is a function name.'
name: 'tabularTextDatastore'
line: 120
cause:
identifier: 'MATLAB:dispatcher:loadLibrary'
message: 'Can't reload '/usr/local/MATLAB/R2018a/bin/glnxa64/libmwsl_graphical_classes.so''
I checked /usr/local/MATLAB/R2018a/bin/glnxa64/ and the file is there....
1 个评论
Niklas
2019-2-22
We see this error as well. We already tried to reinstall Matlab and Ubuntu several times. We found that the issue does not occure when we only install Matlab and Matlab Coder without any Toolboxes. If Toolboxes, like Machine Learning Toolbox, are additionally installed the error is back.
回答(2 个)
Niklas
2019-2-22
We talked to the Tech support on this. They suggested to install openjdk-8-jre as it depends on the same packages.
Use
sudo apt-get install openjdk-8-jre
2 个评论
kira
2019-2-22
4 个评论
Gowtham Dubakula
2021-3-26
i faced this error while opening simulink . I did this method again this error coming , what i have to do now?
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Introduction to Installation and Licensing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!