how to plot difference equation using matlab
Mostra commenti meno recenti
how to plot difference equation using matlab ex:y[n]=x[n]+x[n-2]
Risposte (2)
Muhammad Usman Saleem
il 4 Gen 2016
0 voti
Please give some more explanations about equations?
Like how they look like?
What are their input parameters?
Walter Roberson
il 4 Gen 2016
y = x(3:end) - x(1:end-2);
Categorie
Scopri di più su Mathematics 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!