how to plot difference equation using matlab
Afficher commentaires plus anciens
how to plot difference equation using matlab ex:y[n]=x[n]+x[n-2]
Réponses (2)
Muhammad Usman Saleem
le 4 Jan 2016
0 votes
Please give some more explanations about equations?
Like how they look like?
What are their input parameters?
Walter Roberson
le 4 Jan 2016
y = x(3:end) - x(1:end-2);
Catégories
En savoir plus sur Mathematics 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!