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!