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
참고 항목
카테고리
				Help Center 및 File Exchange에서 Logical에 대해 자세히 알아보기
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

