how to solve y[n]=a0*x[n]-a1*x[n-1] in matlab?
Show older comments
solve this equation by matlab simulation and plot graph for output
1 Comment
Torsten
on 17 Aug 2015
solve for what ?
Best wishes
Torsten.
Answers (1)
Titus Edelhofer
on 17 Aug 2015
Hi,
use the function filter:
doc filter
Titus
Categories
Find more on Spline Postprocessing 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!