Smoothdata- undefined function 'smoothdata' for input arguments of type 'double'
9 次查看(过去 30 天)
显示 更早的评论
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.
0 个评论
采纳的回答
madhan ravi
2019-3-1
https://in.mathworks.com/help/matlab/ref/smoothdata.html#bvhejau_seealso - released in 2017a
0 个评论
更多回答(1 个)
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"
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Detection 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!