how to plot difference equation using matlab
显示 更早的评论
how to plot difference equation using matlab ex:y[n]=x[n]+x[n-2]
回答(2 个)
Muhammad Usman Saleem
2016-1-4
0 个投票
Please give some more explanations about equations?
Like how they look like?
What are their input parameters?
Walter Roberson
2016-1-4
y = x(3:end) - x(1:end-2);
类别
在 帮助中心 和 File Exchange 中查找有关 Mathematics 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!