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!