Reduce noise in graph

3 views (last 30 days)
Tadgh Cullen
Tadgh Cullen on 28 Jun 2015
Commented: Star Strider on 28 Jun 2015
I have attached a figure showing the vorticity I have calculated and plot at each time step. I have set the
caxis ([-3500 2500)]
but as you can see, there is much unwanted noise (colour changes) in the graph that make it difficult to see exactly what is going on. Is there any way I can reduce this noise by setting lets say everything between -1000 and 1000 to a single colour? Or is there a better way of doing this?
Thanks for your time

Accepted Answer

Star Strider
Star Strider on 28 Jun 2015
The contour and contourf functions allow you to set the number of contours, and alternately specify the particular values of the contours. See the documentation for Specify Number of Contour Lines for details. Experiment with those and the other options to get the result you want.
  2 Comments
Tadgh Cullen
Tadgh Cullen on 28 Jun 2015
That is exactly what I needed. Thank you
Star Strider
Star Strider on 28 Jun 2015
My pleasure.

Sign in to comment.

More Answers (0)

Categories

Find more on Contour Plots in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!