how to plot difference equation using matlab
Mostrar comentarios más antiguos
how to plot difference equation using matlab ex:y[n]=x[n]+x[n-2]
Respuestas (2)
Muhammad Usman Saleem
el 4 de En. de 2016
0 votos
Please give some more explanations about equations?
Like how they look like?
What are their input parameters?
2 comentarios
rami saleh
el 4 de En. de 2016
Muhammad Usman Saleem
el 5 de En. de 2016
see @walter answer
Walter Roberson
el 4 de En. de 2016
y = x(3:end) - x(1:end-2);
Categorías
Más información sobre Mathematics en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!