MATLAB爱好者论坛-LabFans.com

MATLAB爱好者论坛-LabFans.com (https://www.labfans.com/bbs/index.php)
-   MATLAB论坛 (https://www.labfans.com/bbs/forumdisplay.php?f=6)
-   -   [MATLAB基础] 时间序列的传递问题:还请高手帮我说明一下! (https://www.labfans.com/bbs/showthread.php?t=17902)

swlin 2012-11-25 16:19

时间序列的传递问题:还请高手帮我说明一下!
 
时间序列的传递问题:
x=load('19-20.TXT');
r=x(:,2);
TimeSer=length(r);
h=zeros(TimeSer,1);
for i=200:TimeSer
data=reshape(r(1:i,1),1,i);
rs=HurstCompute(data); %??? One or more output arguments not assigned during call to ...

说是有输出变量没有赋值,这到底是怎么回事?作为菜鸟很久没头绪,还请高手帮我说明一下!
HurstCompute(array[]) 以数组作为传递变量,调用自定义函数出错,那位大虾可解答下?


所有时间均为北京时间。现在的时间是 08:40

Powered by vBulletin
版权所有 ©2000 - 2025,Jelsoft Enterprises Ltd.