How to smoothen a plot in MATLAB?

前端 未结 5 986
南方客
南方客 2021-01-31 10:37

I have some 9000 points that are plotted on a graph:

[Full resolution]

\"alt

Actually, the plot is n

5条回答
  •  星月不相逢
    2021-01-31 10:54

    Sometimes you should avoid using mobile average as it's not robust to outliers. Mobile median is preferable in those cases.

提交回复
热议问题