From: zlf lf on
I have a smooth x-y curve (one x value corresponds one y value) with some noisy points. The noisy point's y value differs largely from its neigbhours. How can I detect the noisy points?

Thanks

superZZ
From: ImageAnalyst on
superZZ:
You can try to subtract a median filtered version from the noisy
original and check for values that exceed some threshold.

Or you can try Brett Shoelson's deleteoutlier function:
http://www.mathworks.com/matlabcentral/fileexchange/3961