how to plot difference equation using matlab
Ältere Kommentare anzeigen
how to plot difference equation using matlab ex:y[n]=x[n]+x[n-2]
Antworten (2)
Muhammad Usman Saleem
am 4 Jan. 2016
0 Stimmen
Please give some more explanations about equations?
Like how they look like?
What are their input parameters?
Walter Roberson
am 4 Jan. 2016
y = x(3:end) - x(1:end-2);
Kategorien
Mehr zu Mathematics finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!