how to create this plot
显示 更早的评论
plot for this sequence cos(pi/3n)+0.75cos(2pi/3n) in discrete time tnx
采纳的回答
更多回答(1 个)
Azzi Abdelmalek
2013-12-24
n=0:10
y=cos(pi./(3*n))+0.75*cos(2pi./(3*n)
stem(n,y)
类别
在 帮助中心 和 File Exchange 中查找有关 2-D and 3-D Plots 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!