Effacer les filtres
Effacer les filtres

How to detrend data in Matlab2013a

1 vue (au cours des 30 derniers jours)
Victor
Victor le 13 Août 2017
Commenté : dpb le 13 Août 2017
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 commentaire
dpb
dpb le 13 Août 2017
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...

Connectez-vous pour commenter.

Réponses (0)

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by