全部版块 我的主页
论坛 数据科学与人工智能 数据分析与数据科学 MATLAB等数学软件专版
713 0
2015-03-29
date=load('D:\plog.txt');
x=date;
for t=2:482
    y(t)=x(t-1,:);
end
s(1)=0;
y(1)=0;
for t=2:482
    s(t)=y(t-1)-c-a*y(t-1)-b*s(t-1);
end
d=g^(2);
f=1/(sqrt(2*pi*d))*exp{-s(t)^(2)/(2*d)};
h=cumprod(f);
L=log(h);
A=[a,b,c,d];
d1=diff(L,A);
fun=infine('d1');
[a,b,c,d]=ode23(fun,0.00,0.00,0.00,1);
The following error occurred converting from sym to double:
Error using mupadmex
Error in MuPAD command: DOUBLE cannot convert the input expression into a double array.

If the input expression contains a symbolic variable, use the VPA function instead.


请高手帮忙分析一下这是什么原因?

二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

相关推荐
栏目导航
热门文章
推荐文章

说点什么

分享

扫码加好友,拉您进群
各岗位、行业、专业交流群