matlab中smooth函数的用法 matlab中smooth函数的⽤法 %SMOOTH Smooth data. % Z = SMOOTH(Y) smooths data Y using a 5-point moving average. % % Z = SMOOTH(Y,SPAN) smooths data Y using SPAN as the number of points used % to compute each element of Z. % % Z = SMOOTH(Y,SPAN,METHOD...