Check for missing argument or incorrect argument data type in call to function 'smooth'.
2 次查看(过去 30 天)
显示 更早的评论
Hi all,
the above error emerges also when I try the ssimple toy example in the help of ssmooth function. I am on Mac OSX Catalina and using R2020b.
Why iss this happening?
Thank you,
Federico
2 个评论
Jan
2021-3-21
The message tells you, that there is a problem with calling the function. Then show us, how you call the function. What are the inputs?
回答(2 个)
Jan
2021-3-18
Do you call the built-in function smooth or did you shadow it with a user-defined function? See:
which smooth -all
Please post a small working example. Does the message occur for this also:
smooth(rand(1, 100))
3 个评论
Walter Roberson
2021-7-22
You do not have a smooth function for type double. Perhaps you are missing Curve Fitting Toolbox
Grace Wang
2021-7-22
Thank you Walter! I install the Curve Fitting Toolbox, and the problem is solved.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Logical 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!