필터 지우기
필터 지우기

How to detrend data in Matlab2013a

조회 수: 1 (최근 30일)
Victor
Victor 2017년 8월 13일
댓글: dpb 2017년 8월 13일
Hello, I type 'det_s=detrend(s);'but I get a warning saying Error using detrend (line 24) Wrong # of arguments to detrend. Please how do I do it?
  댓글 수: 1
dpb
dpb 2017년 8월 13일
Looks like you've probably aliased the builtin detrend function...
What do the commands
which detrend
whos detrend
return?
Try
clear detrend
then try the function again...

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Descriptive Statistics에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by