Smooth function not working
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
The smooth function has stopped working for me.
Example input: test = smooth(data,10);
Error message: Error using smooth (line 36)
Input matrices must be the same length.
I am working with 2018a and I have verified that I still have the Curve Fitting Toolbox.
0 Kommentare
Antworten (1)
Walter Roberson
am 4 Dez. 2020
which smooth
You will find that you are using some other smooth function, not toolbox/curvefit/curvefit/smooth.m . In the official smooth function, line 36 is a comment.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Smoothing finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!