Is the "smooth" function no longer supported in 2018b?
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Jed Abanat
il 28 Set 2018
Commentato: Walter Roberson
il 2 Ott 2018
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.
0 Commenti
Risposta accettata
Stephen23
il 28 Set 2018
Modificato: Stephen23
il 28 Set 2018
smooth is in the Curve Fitting Toolbox.
Do you have the Curve Fitting Toolbox installed, and a current license for it? Check what is installed:
ver
and check your licenses:
6 Commenti
Walter Roberson
il 2 Ott 2018
Is Curvefitting toolbox definitely installed, according to ver?
You might need to reinstall the toolbox.
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Diffuse State-Space Model in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!