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!