Can someone explain to me how matlab solves this lccde
Show older comments
b = [1 -0.6 1];
a = [1 0 0];
y = filter(b,a,X);
Answers (1)
Walter Roberson
on 24 Nov 2015
0 votes
Categories
Find more on MATLAB 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!