Plotting graph with different color points
2 ビュー (過去 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.
0 件のコメント
回答 (1 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!