Plotting graph with different color points

3 views (last 30 days)
Generate 2000 random values (not just integers) for x in the interval [−35; 165] and y in the interval [−20; 80]. Out of these points randomly select two points as center. Around the first center randomly select radii for two concentric circle spaces. First radius random number between 1 to 15, and second radius value is a random number between first radii and 40.
Plot points x and y such that all the points lying inside the smaller concentric circle in green color, points lying in the second concentric circle are in red color. Repeat the same with the second center and its two concentric circles. Remaining points are plotted in yellow.

Answers (1)

Swetha Polemoni
Swetha Polemoni on 28 Jun 2021
Hi
  • To generate a random value in a given range, "randi" Matlab function can be used.
  • Following is an answer that will help to understand how to draw a circle given centre and radii.
  • "Color" option can be used to plot in different colours

Categories

Find more on 2-D and 3-D Plots in Help Center and File Exchange

Products


Release

R2021a

Community Treasure Hunt

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

Start Hunting!