x1[n] = {1,2,2,1,4}, y1[n]=x1[n]+y1[n-1]
16 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hello, im very new to this software and am having difficulty trying to write a script to derive and plot the above problem. I've entered the following code (written below) into the program but i'm not making any headway in geting the script I need, any of you guys able to point me in the right direction?
Much appreciated,
Ben
Code I've entered:
n=1
x[n]= {1 2 2 1 4}
y[n]=x1[n]+y1[n-1]
stem (n,y)
0 commentaires
Réponses (0)
Voir également
Catégories
En savoir plus sur 2-D and 3-D Plots dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!