博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
[ZZ]解决办法:Matlab2007b在WIN7下启动时,闪一下就没反应
阅读量:5049 次
发布时间:2019-06-12

本文共 2649 字,大约阅读时间需要 8 分钟。

-------------------------------------------------------------------------------------------

问题:

I recently changed my system to Windows 7 Beta and installed Matlab R2007b on it. The installation progress went well but I can not run it.

After I double-clicked on the Matlab icon on the desktop, the boot window came out then disappeared quickly. But the main window never came out. I have checked windows running processes, the Matlab was not running any longer. Running under "compatibility mode" doesnt work as well.
Are there any other friends here facing the same problem?

win7上装好matlab 7.5.0(R2007b),桌面上双击图标,matlab的窗口一闪就消失。

-------------------------------------------------------------------------------------------

解决办法:(有多个,我只用了第4个,第1个也用过,但是第1个会使得win7的aero特性失效)

1:右击matlab图标,选择属性,选择兼容性,勾选“禁止桌面元素”

The easy solution would be to open 'matlab.exe' properties, go to "Compatibility" tab and select "Disable desktop composition".

This would allow you to enjoy the bubbly Win7 themes whenever you are doing other things, but switch to Basic theme once you try to run Matlab.

2:更改win7 主题

OK...I finally found the solution for this problem.

Simply change your theme to classic windows theme!
It works for me now.
If it does not work, it might be some steps I did before change theme.
I set the Matlab webserver service to Manual, but this did not fix the problem.

3: 还有其他方式

goto C:\Program Files\Java copy folder named jreX or something like that

install latest jre before this
then open F:\MATLAB7\sys\java\jre\win32 or to a similar folder in c: where you installed matlab paste the copied folder in that folder rename a folder named jre1.4.2 which is already in the folder or similar folder to a different name and give the newly copied folder the old name of the folder which you just renamed
this will work definitely it worked for me on windows 7 with every theme
if any problem mail me

4:(本人用了这个)

Running in the classic windows theme, or checking "Disable desktop

composition" in the properties for matlab.exe both work for me.
(Changing the Java engine did not seem to make a difference, though.)
However, both of these settings will prevent you from using the Aero
theme.
I got MATLAB 2007b to work with Aero by following the steps on this
link:
 
Briefly:
  1. Right click on my computer, and select properties
  2. Click "Advanced system settings"
  3. Click "Environment variables ..."(新建用户环境变量)
  4. Click "New ..." and add a variable named "MATLAB_RESERVE_LO"
with a value of "0".
Hit "OK" to close these dialog boxes, and MATLAB should work just like
a normal program in Aero!

转载于:https://www.cnblogs.com/keeppoised/archive/2011/06/02/2069605.html

你可能感兴趣的文章
数据库连接
查看>>
delphi.指针.PChar
查看>>
Objective - C基础: 第四天 - 10.SEL类型的基本认识
查看>>
关于js的设计模式(简单工厂模式,构造函数模式,原型模式,混合模式,动态模式)...
查看>>
KMPnext数组循环节理解 HDU1358
查看>>
android调试debug快捷键
查看>>
【读书笔记】《HTTP权威指南》:Web Hosting
查看>>
Inoodb 存储引擎
查看>>
数据结构之查找算法总结笔记
查看>>
Android TextView加上阴影效果
查看>>
Requests库的基本使用
查看>>
C#:System.Array简单使用
查看>>
「Foundation」集合
查看>>
二叉树的遍历 - 数据结构和算法46
查看>>
类模板 - C++快速入门45
查看>>
RijndaelManaged 加密
查看>>
Android 音量调节
查看>>
windows上面链接使用linux上面的docker daemon
查看>>
Redis事务
查看>>
Web框架和Django基础
查看>>