Is the "smooth" function no longer supported in 2018b?
Show older comments
Just updated to 2018b, from 2018a, and made sure all the toolboxes I had were downloaded too.
Ran a script that I've been working on that uses the "smooth" function, however it is no longer working and throwing the error:
Undefined function 'smooth' for input arguments of type 'double'.
Is the smooth function no longer supported in the latest update? How can I get around this? The line of code that was working is:
start_filtered=smooth(start,150);
where start is a column vector.
Thanks.
Accepted Answer
More Answers (0)
Categories
Find more on Diffuse State-Space Model in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!