how to use summation in matlab???
Posted
by lucky
on Stack Overflow
See other posts from Stack Overflow
or by lucky
Published on 2010-04-16T19:11:03Z
Indexed on
2010/04/16
19:13 UTC
Read the original article
Hit count: 247
matlab
i have a randomly generated vector say A of length M
say >> A=rand(M,1)
and also i have function X(k)=sin(2*pi*k)
how would i find Y(k) which is summation of A(l)*X(k-l) as l goes from 0 to M ...
assume any value of k... but answer should be summation of all M+1 terms
© Stack Overflow or respective owner