MATLAB2014a在作图时出现找不到模块,然后关了对话框后MATLAB就直接退出了,怎么办?

如题所述

参考:http://zhidao.baidu.com/link?url=Gc8alZXozHp4GRZa8iZFr312CNu2VW0B3BayAVZiT1ll0q_oDsohx3wsBvJE0ejXBPKCwnQKNP60N16nGbtlea

可能的解决方案是:这是64Bit的Win7 在有双显卡时 一种常见的问题,在本设备管理器里,停用一个显卡,再运行就可以正常了。


补充:程序可以正常运行:

代码:

[x,y]=meshgrid(-5:.5:5,-10:.5:10);
z=x.^2+2*sin(y);
surf(x,y,z)
xlabel('x-axis');
ylabel('y-axis');
zlabel('z-axis');

图像:

补充:问题的其他可能解决方案:

Error "LoadLibrary failed with error 126: The module could not be found" when launching programs

http://answers.microsoft.com/en-us/windows/forum/windows_vista-performance/error-loadlibrary-failed-with-error-126-the-module/c5b67473-00f8-4e4a-b8a5-f7f9c619c3d9

温馨提示:答案为网友推荐,仅供参考