Smoothdata- undefined function 'smoothdata' for input arguments of type 'double'

12 views (last 30 days)
Hello,
I have a 1x500000 noisy data vector named F.
I am trying smoothdata as:
FF=smoothdata(F);
Matlab then returns this error message:
undefined function 'smoothdata' for input arguments of type 'double'
I have read the document help but I cant figure it out.
Can anyone help me?
thank you.

Accepted Answer

madhan ravi
madhan ravi on 1 Mar 2019

More Answers (1)

Fangjun Jiang
Fangjun Jiang on 1 Mar 2019
Do you have other smoothdata() function or smoothdata as a variable in base workspace?
Anyway, run "which -all smoothdata" to find out
should return this "toolbox\matlab\datafun\smoothdata.m"
  1 Comment
Daniel
Daniel on 1 Mar 2019
I have no other smoothdata functions.
I get this when I run your recomendation:
'smoothdata' not found.
I have matlab2013 (if interested)

Sign in to comment.

Categories

Find more on Licensing on Cloud Platforms in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!