Date: Dec 10, 2012 2:40 AM Author: Nasser Abbasi Subject: Re: Syms Error On 12/9/2012 1:56 PM, Rob wrote:
> %Source Lines
> syms s
> i=0;
> i=1+i:n;
> xxu(i)=x(1,i)+sin(Phi(1,:)).*s;
Why are you using .* in the above?
s is a symbol, not a vector
--Nasser