How can write at MATLAB

Status
Not open for further replies.

khaledos

Junior Member level 3
Joined
Dec 11, 2012
Messages
31
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Activity points
1,446
FOR n=1:Inf

1- How can i write K for Even no. and Odd no. on MATLAB hint(k=0:2n) ??

2- How can i write S=σ+jω on MATLAB ??

3- How can i write L(-S²)=(k=0)Π(2n) on MATLAB ??

4- How can i write H(S)=(i=1)Σ(S-Pi) And How define this Poles(Pi) on MATLAB ??

THANKS FOR EFFORTS,
 


Code:
odd=1:2:20

odd =

     1     3     5     7     9    11    13    15    17    19
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…