wmch85
2008-05-19, 13:51
如题,我现在打开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哪儿出现了错误??
在线等答案。请赐教
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哪儿出现了错误??
在线等答案。请赐教