plotting a complex function with matlab

Status
Not open for further replies.

projector72

Newbie level 1
Joined
Jan 24, 2007
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,286
hello

does anyone have code of matlab for plotting a complex function such as ( eΛjw )

where "w" is frequency.

thanks.
 

simply use:

>> w=-pi:.1i;
>> z=exp(i*w);
>> plot (z)
 

plot the real and imaginary parts separately
 

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