Access to the "smooth" function in Matlab 2016?
1 view (last 30 days)
Show older comments
In Matlab 2015b I use the "smooth" function. If I upgrade my Matlab 2015b version to the Matlab 2016 version, do I then need to buy the additional curve fitting toolbox in order to access the smooth function?
2 Comments
Adam
on 4 Oct 2016
I need to Curve Fitting Toolbox to run this in R2015b too. Are you sure you aren't using a function called 'smooth' from elsewhere that you haven't added to your path for R2016b?
Steve Carroll
on 6 Feb 2017
Find the code for the 'smooth' function here: https://uk.mathworks.com/matlabcentral/fileexchange/6271-spec-file-reader/content/specreader/smooth.m Copy and paste and save to your file path.
Answers (1)
John D'Errico
on 4 Oct 2016
You cannot use an old toolbox if you upgrade your matlab release, but do not upgrade the toolbox too. So you need a current toolbox.
See Also
Categories
Find more on Smoothing in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!