Have curve fitting toolbox, smooth function is saying "unrecognized method"
4 次查看(过去 30 天)
显示 更早的评论
I'm trying to use the smooth function, with the curve fitting toolbox installed, but I'm getting an error saying "Unrecognized method". How do I fix this?
1 个评论
Steven Lord
2024-6-24
Can you show a small sample of code (say no more than a dozen lines) where you're trying to call smooth and show us the full and exact error and/or warning messages you receive (all the text displayed in red and/or orange in the Command Window) when you run that code?
回答(1 个)
Andreas Goser
2024-6-25
A variation of what Steven suggested in his comment above. Can you run the example from the documentation?
load count.dat
c = smooth(count(:));
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Get Started with Curve Fitting Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!