wildgoat的个人空间 https://blog.eetop.cn/wildgoat [收藏] [复制] [分享] [RSS]

空间首页 动态 记录 日志 相册 主题 分享 留言板 个人资料

日志

Win 7 下安装 Matlab 7.0.1

已有 2776 次阅读| 2012-10-2 00:19 |个人分类:Windows 7

版本:Matlab 7.0.1.24704 (R14) Service Pack 1

1. 安装:默认安装即可,提示需要输入PLP序列号时,使用crack文件夹内程序生成即可。
如果选自定义安装,则会一直停在一个界面不动。

2. 直接双击桌面图标不能正确运行,提示一堆错误,该消息窗口也立即消失。
解决办法:鼠标右键点击桌面上的matlab图标 → 属性 →兼容性(日文系统是互换性”) → 选择“
运行兼容模式”,并在下拉菜单中选择“Windows Vista(SP2)”

3. 经过这样设置后,在Matlab的Command窗口还会有如下报错信息:

Unable to register DirectX component C:\MATLAB701\toolbox\matlab\audiovideo\private\MatlabDataSink.dll
Unable to register DirectX component C:\MATLAB701\toolbox\matlab\audiovideo\private\MatlabDataSource.dll

Solution:

This bug has been fixed in Release 14 Service Pack 2 (R14SP2). For previous releases, please read below for any possible workarounds:

These errors result when the user starting MATLAB does not have privileges to register DirectX components in Windows XP.

The errors in these warnings are benign since the MatlabDataSink.dll and
MatlabDataSource.dll components have already been registered during the initial MATLAB installation.

To prevent MATLAB from displaying these warning messages rename the files

$MATLAB\toolbox\imaq\imaqblks\imaqblks\prefspanel.m and
$MATLAB\toolbox\vipblks\vipblks\prefspanel.m

to

$MATLAB\toolbox\imaq\imaqblks\imaqblks\prefspanel.m.old and
$MATLAB\toolbox\vipblks\vipblks\prefspanel.m.old,

where $MATLAB is the MATLAB root directory name obtained by executing MATLABROOT in the MATLAB command window.

4. 设置界面语言方法与XP系统下相同

(1). 添加环境变量:
      
MATLAB_LANG=EN
   (此步骤之后主界面菜单和doc 命令出来的帮助文档都是英文的了。如果help帮助文档还是没有切换成英文,可以通过在命令窗口输入命令行:
docroot([matlabroot '/help']) )

(2). Command窗口输入:
       set(0,'Language','english')
   (此步骤之后help命令出来的帮助文字和错误提示也是英文的了。可以将此命令加入startup.m文件中。)

(3). 尚未解决的问题:simulink的菜单依然还是日语版。不知道如何可以改成英语版。原因已找到,解决办法如下:Control Panel -> Region and Language
-> Formats, Format: English(United States)。因为之前是日语,所以现实的就是日语菜单。



点赞

评论 (0 个评论)

facelist

您需要登录后才可以评论 登录 | 注册

  • 关注TA
  • 加好友
  • 联系TA
  • 0

    周排名
  • 0

    月排名
  • 0

    总排名
  • 0

    关注
  • 122

    粉丝
  • 42

    好友
  • 274

    获赞
  • 118

    评论
  • 22104

    访问数
关闭

站长推荐 上一条 /1 下一条

小黑屋| 关于我们| 联系我们| 在线咨询| 隐私声明| EETOP 创芯网
( 京ICP备:10050787号 京公网安备:11010502037710 )

GMT+8, 2024-5-9 16:52 , Processed in 0.021283 second(s), 7 queries , Gzip On, Redis On.

eetop公众号 创芯大讲堂 创芯人才网
返回顶部