困扰我两天的MATLAB运行时出现Runtime
Error问题刚刚解决,很高兴。
症状如下:runtime error
program:d:/MATLAB7/bin/win32/MATLAB.exe
this application has requested the runtime to terminate it in an unusual way. please contact the application's support team for more information.
解决方法很简单:
program:d:/MATLAB7/bin/win32/MATLAB.exe
this application has requested the runtime to terminate it in an unusual way. please contact the application's support team for more information.
解决方法很简单:
更换主题,最好换成经典样式
再次运行,一切就OK了。
网上查到的其它方法都试过,没用,下面列举如下,如果上面的方法不行,可以尝试下面的方法。
因为MATLAB需要用到处理器的数学运算部分,故需要设置一下BLAS(Basic
Linear Algebra
Subroutines,就是"基础线性几何子程序"的意思)环境变量.首先请确认你的MATLAB的文件夹中有如下文
件:atlas_Athlon.dll(AMD系列的请用这个),atlas_P4.dll(P4的用这个),atlas_PIII.dll(P3的用这
个),atlas_PII.dll(P2的用这个),这些是对应处理器的数值运算优化文件
然后请按如下步骤进行:
1、右击我的电脑,选择属性.
2、在"高级"选项卡中点击"环境变量"
3、在系统变量下面添加如下内容(按"新建"):
例如:
变量名:BLAS_VERSION
变量值:E:/Matlab7/bin/win32/atlas_Athlon.dll
然后请按如下步骤进行:
1、右击我的电脑,选择属性.
2、在"高级"选项卡中点击"环境变量"
3、在系统变量下面添加如下内容(按"新建"):
例如:
变量名:BLAS_VERSION
变量值:E:/Matlab7/bin/win32/atlas_Athlon.dll
本文分享了解决MATLAB运行时出现runtime error的简单方法:更换主题至经典样式。文中还介绍了设置BLAS环境变量的复杂步骤以及其他无效的解决方法,最后提供了详细的解决方案。
3677

被折叠的 条评论
为什么被折叠?



