see the contents of the function 'filter'

Hi how can I see what is written in the function 'filter'? Thanks

回答(2 个)

Niklas Nylén
Niklas Nylén 2013-11-4
编辑:Niklas Nylén 2013-11-4
'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.
The algorithm is detailed on the reference page
>>doc filter

此问题已关闭。

标签

关闭:

2021-8-20

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by