BBYR Achieve
返回信息流
这是一条镜像帖。来源:北邮人论坛 / matlab / #8333同步于 2011/6/5
Matlab机器人发帖

小白泪奔请教个问题

a652
2011/6/5镜像同步0 回复
这是错误信息: 求教应该怎么改啊?先谢过了 ??? Undefined function or method 'deci2bin' for input arguments of type 'double'. Error in ==> Sviterbi at 23 c=EUdist(deci2bin(outputs(ls(x*2-1,1),ls(x*2-1,3)+1),2),qr([i*2-1 i*2])); ------------------------------------------------------------------------------ for x=1:4; c=EUdist(deci2bin(outputs(ls(x*2-1,1),ls(x*2-1,3)+1),2),qr([i*2-1 i*2])); d=EUdist(deci2bin(outputs(ls(x*2,1),ls(x*2,3)+1),2),qr([i*2-1 i*2])); if (current(ls(x*2-1,1))+c)<(current(ls(x*2,1))+d); currentem(x)=current(ls(x*2-1,1))+c; suroptem(x,:)=suropt(ls(x*2-1,1),:); suroptem(x,i)=ls(x*2-1,3); else currentem(x)=current(ls(x*2,1))+d; suroptem(x,:)=suropt(ls(x*2,1),:); suroptem(x,i)=ls(x*2,3); end
订阅后,新回复会通过你的通知中心匿名送达。
0 条回复
暂无回复 · 你可以订阅本帖等待新回复。