是你的环境变量设置有问题,导致路径查找失败。建议你右键单击“我的电脑”,打开属性->高级,点击“环境变量”,删除与matlab相关的环境变量path(也可能是其他名称)即可。
在matlab图标属性里面改了VISTA SP1了吗?我也是win7,32位的。是MATLAB7.0的,实在不行可能是MATLAB本身的问题。我查了下:MATLABRC Master startup M-file.MATLABRC is automatically executed by MATLAB during startup.It establishes the MATLAB path, sets the default figure size,and sets a few...
Undefined function or variable ‘setInitialWorkingFolder’. Error in matlabrc (line 197) Could not initialize the library properly This error occurs because there might be multiple versions of Matlab and OpenCV. So you need to uninstall all other version and Matlab and OpenCV. If you really don'...
Undefined function or variable ‘matlabrc’. Problem description: Figure 1. When the application launched, an error saying there is no ‘matlabrc’ function. The application is compiled under Matlab2008a Compiler. Solution: Since the MATLABRC script is usually included in the CTF archive, you may...
function C = MyAdd(A,B) C = A+B; end 在运行exe文件时提示如下错误: warning: Initializing Handle Graphics failed in matlabrc. This indicates a potentially serious problem in your matlab setup. which should be resolved as soon as possible. Error detected was: ...
a=lsqcurvefit(f,[1 1 1],[x(:,1) x(:,2)],z);plot(x(:,1),x(:,2),'r*');hold ...