how to create this plot
Show older comments
plot for this sequence cos(pi/3n)+0.75cos(2pi/3n) in discrete time tnx
Accepted Answer
More Answers (1)
Azzi Abdelmalek
on 24 Dec 2013
n=0:10
y=cos(pi./(3*n))+0.75*cos(2pi./(3*n)
stem(n,y)
Categories
Find more on 2-D and 3-D Plots in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!