查看单个帖子
旧 2008-05-19, 13:51   #1
wmch85
普通会员
 
注册日期: 2008-03-20
年龄: 41
帖子: 30
声望力: 18
wmch85 正向着好的方向发展
默认 打开matlab后,出现七行Warning

如题,我现在打开matlab,就出现七行
Warning: MATLAB is starting in a directory where the .bi file for 'sum' is not visible. This may result in a performance degradation.

请问各位高人这是怎么回事?怎样消除?

我前两天运行了如下程序:
function sum=sum(k)
if k==0
sum(0)=1;
else
sum(k-1)=sum(k-1)+2*2^(k-1);
end

会不会是因为这个程序使matlab哪儿出现了错误??

在线等答案。请赐教
wmch85 当前离线   回复时引用此帖