see the contents of the function 'filter'
Info
This question is closed. Reopen it to edit or answer.
Show older comments
Hi how can I see what is written in the function 'filter'? Thanks
Answers (2)
Niklas Nylén
on 4 Nov 2013
Edited: Niklas Nylén
on 4 Nov 2013
0 votes
'filter' is a MATLAB built-in function which means that it is not possible to see the code. If you need it to behave differently than it does, you need to either tune your inputs or write another function yourself.
Wayne King
on 4 Nov 2013
The algorithm is detailed on the reference page
>>doc filter
This question is closed.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!