1,下载完成后,文件名为 matlab 7.0 完整版 iso.ISO,计0.99G
解压,得安装文件夹。计0.99G
运行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 nameing convention.
Please see the technical support page at www.mathworks.com for assistance.
百度得解决方案如下:
http://tieba.baidu.com/f?kz=4639464
实际上,将解压所得文件夹更名为无空格英文名,则可安装。

2,安装过程中,程序提示不可使用带空格的安装目录,此次安装在D:\MATLAB7
安装完运行,仅运行程序不到三秒,就自动退出。
百度得解决方法如下:
http://hi.baidu.com/jack989771/blog/item/ff52f31e29099417403417d8.html
这个问题是和CPU有关系,MATLAB要用到CPU的数学计算模块,而MATLAB默认的是INTEL的CPU,所以速龙或者是闪龙的或amd的CPU一般都会遇到安装好后打开自动关闭的问题。


解决办法:

先确认安装好后(假如安装在D盘) 在此路径下D:\MATLAB7\bin\win32有一个叫做atlas_Athlon.dll的文件。
然后在我的电脑上右击点"属性",再在"高级"中点"环境变量",在"系统变量"中点击"新建" ,输入以下信息: 变量名:BLAS_VERSION
变量值:D:\MATLAB7\bin\win32\atlas_Athlon.dll
则可顺利运行。
从安装开始,应该将系统主题改为window经典。
以为记。

3,问题:
启动Matlab以后显示:
The element type "name" must be terminated by the matching end-tag "</name>".
Could not parse the file: d:\matlab7\toolbox\ccslink\ccslink\info.xml

解决:
打开matlab7.0就出现如下的提示
The element type "name" must be terminated by the matching end-tag "</name>". Could not parse the file: d:\matlab7\toolbox\ccslink\ccslink\info.xml.
解决方法是:
找到d:\matlab7\toolbox\ccslink\ccslink\info.xml 这个文件(如果是装在C盘则在C盘目录下),一定要用写字板打开这个文件 ,找到有一行这样的<name>Link for Code Composer Studio?/name>,大概是在第七行吧,把这句的/name>改成</name>,再保存一下这文件。
我也是看见别人这么做的,效果很好
 

本文来自: 高校自动化网(Www.zdh1909.com) 详细出处参考(转载请保留本链接):http://www.zdh1909.com/html/matlab/14488.html