我安装了matlab以后(先显示找不到指定的模块,确定后显示找不到指定的程序)
command window中显示
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: d:\toolbox\ccslink\ccslink\info.xml
我搜了一下:
matlab7.0得安装问题
下了MATLAB7.0,解压后,运行setup.exe,出现了以下安装问题: The installer cannot read the mwinstall.dll file, This is probably due to a CD reader which can only read files with an eight.three naming convention. 然后在网上找了很久,终于找到了解决方法,我想肯定还有很多人遇到过同样的麻烦,所以现在本人将解决方法帖出来:
对于压缩文件不要解压(这个很重要),而应直接双击压缩文件,再在内部双击setup文件,而安装前还需要做一道工作才能成功进行安装,即右键单击我的电脑,属性,高级,环境变量,将其中的系统变量temp,tmp的值改为c:\temp,并在c盘根目录下建立文件夹temp,这是由于matlab解压的默认缓存文件是c盘根目录的temp,做完这些便可以进行安装了,记住不要解压文件。
安装过程中基本是按默认的一路next下去,有一个叫输入pla,相当于注册码,输入13-22955-32678-26249-06848-40366-39620-03472-09765-20949-30945-19673-43738-38950-44548完成后你会发现打开后一会就自动关闭,不要惊慌,你的机器cpu一定是amd的,在你的安装文件夹下找到atlas_Athlon.dll文件,是用来让amd芯片进行正常工作的。因为当初mathwork公司是以intel芯片为目标的。找到这个文件比如路径是D:MATLAB7 \bin\win32\atlas_Athlon.dll,再次右键单击我的电脑属性,高级,环境变量,系统变量新建 变量名:BLAS_VERSION,值为D:MATLAB7 \bin\win32\atlas_Athlon.dll
到此整个过程完成。
但是问题依旧
急用,帮一下忙啊
[此贴子已经被作者于2007-6-1 10:56:25编辑过]