how to create this plot
Afficher commentaires plus anciens
plot for this sequence cos(pi/3n)+0.75cos(2pi/3n) in discrete time tnx
Réponse acceptée
Plus de réponses (1)
Azzi Abdelmalek
le 24 Déc 2013
n=0:10
y=cos(pi./(3*n))+0.75*cos(2pi./(3*n)
stem(n,y)
Catégories
En savoir plus sur 2-D and 3-D Plots dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!