Smooth function not working
1 回表示 (過去 30 日間)
古いコメントを表示
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 件のコメント
回答 (1 件)
Walter Roberson
2020 年 12 月 4 日
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 件のコメント
参考
カテゴリ
Help Center および File Exchange で Smoothing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!