Thursday, 22 August 2013

Integral of summation of functions

Integral of summation of functions

a=@(x,y) exp(j*x*cos(y-z1)) + exp(j*x*cos(y-z2)) +exp(j*x*cos(y-z3))
b=abs(a)^2
c=integral2(b,0,pi,0,pi)
Above s not a proper coding. I just express the equation. I want to write
a matlab program for above task.Can anybody help me? Thanks in advance.

No comments:

Post a Comment