how to plot difference equation using matlab
Show older comments
how to plot difference equation using matlab ex:y[n]=x[n]+x[n-2]
Answers (2)
Muhammad Usman Saleem
on 4 Jan 2016
0 votes
Please give some more explanations about equations?
Like how they look like?
What are their input parameters?
Walter Roberson
on 4 Jan 2016
y = x(3:end) - x(1:end-2);
Categories
Find more on Mathematics in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!