注册 登录
编程论坛 Matlab

matlab调试出错,不知修改 请高手帮忙修改下,万分感谢!

顺利完成 发布于 2011-04-18 19:59, 1084 次点击
只有本站会员才能查看附件,请 登录
2 回复
#2
anbcjys2011-04-19 07:08
以下是引用顺利完成在2011-4-18 19:59:24的发言:
什么错误
#3
顺利完成2011-04-19 19:26
回复 2楼 anbcjys
我是在MatlabR2009a中运行的。谢谢帮忙!以下是出现的错误:

Please intput the value of T, tao and Nf
T=10
tao=1
Nf=30
Warning: Explicit integral could not be found.
> In sym.int at 64
  In GTFS_RP at 14
Warning: Explicit integral could not be found.
> In sym.int at 64
  In GTFS_RP at 15
Warning: Explicit integral could not be found.
> In sym.int at 64
  In GTFS_RP at 16
??? Error using ==> sym.double at 29
DOUBLE cannot convert the input expression into a double array.
If the input expression contains a symbolic variable, use the VPA function instead.

Error in ==> GTFS_RP at 17
an(1)=double(vpa(A0,Nn));
1