1.运行MATLAB时出现Runtime Error的解决办法  困扰我两天的MATLAB运行时出现Runtime Error问题刚刚解决,很高兴。症状如下:runtime error

program:d:\MATLAB7\bin\win32\MATLAB.exe

this application has requested the runtime to terminate it in an unusual way. please contact the application's support team for more information. 解决方法很简单:只要右击MATLAB桌面图标,选"属性",再选“兼容性”,改为兼容模式下运行(注意此处要选择你对应的系统,Win7此时应该选Vista Service Pack2),然后选择“以管理员身份运行”。此时再运行,一切OK。 2.安装完matlab 7后系统提示“o configure Real-Time Windows Target you must type 'rtwintgt -setup' in a MATLAB command window” 解决方法也很简单:在MATLAB命令窗口下输入rtwintgt出现以下结果:>> rtwintgt

RTWINTGT Install and remove the Real-Time Windows Target kernel.


  The Real-Time Windows Target is a package that allows you to run C code

  generated by Real-Time Workshop on a PC in real time. Please refer to

  the Real-Time Windows Target documentation for more information.


  Available options are:

  -setup           Install Real-Time Windows Target kernel on your system.

  -install         Same as -setup.

  -uninstall       Remove Real-Time Windows Target kernel from your system.

  -forceuninstall  Forcibly remove Real-Time Windows Target kernel from your system.

  -version         Display the kernel version currently installed.

提示你以上几个可用命令,此时不用管其他 输入rtwintgt -setup


即出现>> rtwintgt -setup


You are going to install the Real-Time Windows Target kernel.

Do you want to proceed? [y] : y

The Real-Time Windows Target kernel has been successfully installed. 一切OK。