how to realize 'contour' plotting with different spacings?
Show older comments
I want to visualize the potential field of the Earth-Moon system. When I used the contour command, the contour lines which close to the Earth is too dense (see fig.1)
contour( x_EM2 , y_EM2 , V_matrix' , 100 )

If I reduce the quantity of the isolines, the isolines which close to the Moon will vanish (see fig.2).
contour( x_EM2 , y_EM2 , V_matrix' , 20 )

How to realize 'contour' plotting with different spacings or any idea of reducing the isolines close to the Earth without any lost of isolines close to the Moon?
Best Wishes
Accepted Answer
More Answers (0)
Categories
Find more on Contour Plots in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!