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 个)

标签

Community Treasure Hunt

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

Start Hunting!

Translated by