How can identify the incorrect data array from a graph?
1 次查看(过去 30 天)
显示 更早的评论
I have a bunch of (30) data arrays (they are all 1 x 2218 arrays) and I have plotted them to show something like this:
In these plots it is clear to see the data arrays that do not follow the pattern (the purple, red and yellow ones that are lower than the other lines).
My initial idea was, after looking at the plot, to find all data arrays that had a value below 50 (for this specific case). But this would miss the yello and red pulse.
I have also thought of simply, dragging the mouse atop of these lines and identify specific xy-coordinates for these specific lines and have these found and eliminated, but this would be quite a slow technique and could be a bit problematic if the lines were too close to each other.
Is there any sort of filter I can apply, or another technique, that cleans all the incorrect data pulses/lines?
0 个评论
回答(1 个)
Richard Burnside
2023-6-20
A very simplistic approach might to take the standard deviation of the all the data at each x value and and look for the outliers.
0 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!