Info
此问题已关闭。 请重新打开它进行编辑或回答。
what does this function does?
1 次查看(过去 30 天)
显示 更早的评论
Here zfSig is a function. The code is:
zfSig=remTrend(zfSig,winLength);
2 个评论
José-Luis
2013-5-16
编辑:José-Luis
2013-5-16
From its name, I would guess it removes trends. Now seriously. How do you expect us to know what a function does just by looking at its name? All I can tell you is that it is not a Matlab built-in function. To know what it does you need to look at the source code. Barring that, you could ask the author of the function. Another, less efficient alternative, is to run it and try to guess what it does.
回答(0 个)
此问题已关闭。
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!