MATLAB: Smoothdata- undefined function ‘smoothdata’ for input arguments of type ‘double’

smoothdata

Hello,
I have a 1×500000 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.
Related Question