zoukankan      html  css  js  c++  java
  • 运行MATLAB时出现Runtime Error[转网友]

    运行MATLAB时出现Runtime Error的解决办法


    新装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.
    解决方法很简单:


    更换主题,最好换成经典样式(一般是这个问题)

    如果上面的方法不行,可以尝试下面的方法。
    因为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

  • 相关阅读:
    brew一直卡在Updating Homebrew的解决办法
    ELK5.6.4+Redis+Filebeat+Nginx(CentOS7.4)
    CentOS7.3 ffmpeg安装
    nginx Dockerfile
    pip安装第三方包超时
    logrotate nginx日志切割
    Ansible部署zabbix-agent
    Zabbix主动模式和被动模式
    Zabbix添加监控主机
    Zabbix3.2安装
  • 原文地址:https://www.cnblogs.com/phyking/p/4456704.html
Copyright © 2011-2022 走看看