matlab不能新建或打开文件的问题(Unable to open this file in the current system configuration.)
问题:
在matlab中不能新建或打开文件,且弹出如下错误信息:
Unable to open this file in the current system configuration.

解决办法(修改库的名字):
cd <matlab_root>/bin/glnxa64/
mv libfreetype.so.6 libfreetype.so.6.old
评论已关闭