How can identify the incorrect data array from a graph?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
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).
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1415694/image.png)
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 comentarios
Respuestas (1)
Richard Burnside
el 20 de Jun. de 2023
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 comentarios
Ver también
Categorías
Más información sobre 2-D and 3-D Plots en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!