Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

I need the MATLAB code to find this

Status
Not open for further replies.

semisa

Newbie level 2
Joined
Apr 16, 2008
Messages
2
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,293
Check out the image attached.
where
t,r and s are constants of any integer value
 

let's note T as the vector Γ



W=1;

for i =1:s

W=W*T(t+r-k+1)/((T(t-i+1)*T(r-i+1)*(T(s-i+1))

end
 

hi Nab. thanx but this is the response i get when i try to run that code.

Incomplete or misformed expression or statement.

And sorry about this but Γ represents a gamma function

Added after 4 minutes:

hi Nab. thanx but this is the response i get when i try to run that code.

Incomplete or misformed expression or statement at the end of the expression
W=W*T(t+r-k+1)/((T(t-i+1)*T(r-i+1)*(T(s-i+1)

And sorry about this but Γ represents a gamma function
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top