matlab安装后系统找不到指定路径怎么办?

如题所述

先是找不到指定模块。确定后,找不到指定程序ddot。确定后,
Default Charset:  ibm-1386_P100-2002
Register State:
EAX = 00000000  EBX = 00000000
ECX = 7c80996d  EDX = 00720003
ESI = 0130a780  EDI = 014d0190
EBP = 00cda6d8  ESP = 00cda648
EIP = 00000000  FLG = 00010206



Error in ==> whitebg at 96
lum = [.298936021 .58704307445 .114020904255]*c';
Error in ==> colordef>wdefault at 103
whitebg(fig,[1 1 1])
Error in ==> colordef at 50
wdefault(fig)
Error in ==> hgrc at 59
colordef(0,'white') % Set up for white defaults
Error in ==> matlabrc at 89
hgrc
The element type "name" must be terminated by the matching end-tag "</name>".
Could not parse the file: c:\matlab7\toolbox\ccslink\ccslink\info.xml
>>

MATLAB安装完后打开matlab,会出现“找不到指定模块”对话框或有些命令不能完成:



解决方案:

    加一个系统的环境变量:“我的电脑 右键”--“属性”--“高级”--“环境变量”--“新建”
    名称:BLAS_VERSION
    值:matlab安装目录\atlas_Athlon.dll
    例如:我装在C盘C:\MATLAB7\bin\win32\atlas_Athlon.dll

    出现runtime error的问题解决如下:
    解决方案:“右键”--“属性”--“主题”,将主题改为“Windows 经典样式”或者是“Windows XP”的,这样就可以了。

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