PDA

View Full Version : symbolic,summation


anant
Aug2-10, 04:13 AM
Hi,
I want to sum the following expression

R(m)=sum(u(k)*u(m-k-1)) for k=0 to m-1

in matlab for each m-th approximation.

I am using symbolic toolbox of matlab.I am new in matlab.


Thanks in advance.