我在程序中的关系运算符不知道为什么,经常出现错误,<BR>如下程序出现如下错误<BR>y1=0;syms b;<BR>for m=0:n,F<BR> y1=y1+F*b.^m;<BR> b=solve('y1=0');<BR> if ((b>0) & (b<1)),<BR>end;b<BR>end
<P>我是想着跟其他的程序链接的,所以在这里没有定义。<BR>运行时出现以下错误<BR>??? Error using ==> ><BR>Function '>' is not defined for values of class 'sym'.</P>
<P>Error in ==> E:\study\filter\laguerreb.m<BR>On line 5 ==> if ((b>0) & (b<1)),<BR></P>