Smooth function not working

조회 수: 1 (최근 30일)
Lindsay Collins
Lindsay Collins 2020년 12월 4일
답변: Walter Roberson 2020년 12월 4일
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.

답변 (1개)

Walter Roberson
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.

카테고리

Help CenterFile Exchange에서 Smoothing에 대해 자세히 알아보기

태그

제품


릴리스

R2018a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by