how to create this plot
Mostrar comentarios más antiguos
plot for this sequence cos(pi/3n)+0.75cos(2pi/3n) in discrete time tnx
Respuesta aceptada
Más respuestas (1)
Azzi Abdelmalek
el 24 de Dic. de 2013
n=0:10
y=cos(pi./(3*n))+0.75*cos(2pi./(3*n)
stem(n,y)
Categorías
Más información sobre 2-D and 3-D Plots en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!