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

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.

추가 답변 (1개)

Fangjun Jiang
Fangjun Jiang 2019년 3월 1일
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

I have no other smoothdata functions.
I get this when I run your recomendation:
'smoothdata' not found.
I have matlab2013 (if interested)

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

카테고리

도움말 센터File Exchange에서 Discrete Data Plots에 대해 자세히 알아보기

태그

질문:

2019년 3월 1일

댓글:

2019년 3월 1일

Community Treasure Hunt

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

Start Hunting!

Translated by