Plotting graph with different color points

3 次查看(过去 30 天)
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.

回答(1 个)

Swetha Polemoni
Swetha Polemoni 2021-6-28
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

类别

Help CenterFile Exchange 中查找有关 2-D and 3-D Plots 的更多信息

产品


版本

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by