what does this function does?
Informazioni
Questa domanda è chiusa. Riaprila per modificarla o per rispondere.
Mostra commenti meno recenti
Here zfSig is a function. The code is:
zfSig=remTrend(zfSig,winLength);
2 Commenti
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.
KJDS SRINIVASA RAO
il 23 Mag 2013
Risposte (0)
Questa domanda è chiusa.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!