I want to plot an array of 200x3600 in only two colors, blue color for the background and red color for the feature. pcolor; shading interp uses all the colors. also the radio frequency noise needs to be removed. I tried by subtracting the standard deviation and also outliers but no success.
|
|
0
|
|
|
|
Reply
|
suryanarayana_gs (33)
|
7/12/2012 5:20:17 AM |
|
"S N RAY" <suryanarayana_gs@yahoo.com> wrote in message
news:jtlmqh$m81$1@newscl01ah.mathworks.com...
> I want to plot an array of 200x3600 in only two colors, blue color for the
> background and red color for the feature. pcolor; shading interp uses all
> the colors. also the radio frequency noise needs to be removed. I tried by
> subtracting the standard deviation and also outliers but no success.
Either use SCATTER or divide your points into the two categories and call
PLOT twice with a call to HOLD between the two calls.
--
Steve Lord
slord@mathworks.com
To contact Technical Support use the Contact Us link on
http://www.mathworks.com
|
|
0
|
|
|
|
Reply
|
slord (13272)
|
7/12/2012 1:57:48 PM
|
|