how to create this plot
Mostra commenti meno recenti
plot for this sequence cos(pi/3n)+0.75cos(2pi/3n) in discrete time tnx
Risposta accettata
Più risposte (1)
Azzi Abdelmalek
il 24 Dic 2013
n=0:10
y=cos(pi./(3*n))+0.75*cos(2pi./(3*n)
stem(n,y)
Categorie
Scopri di più su 2-D and 3-D Plots in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!