i am new to matlab and i want to make a circle and generate 50 random points inside it and measure distances

1 view (last 30 days)
i am new to matlab and i want to make a circle and generate 50 random points inside it like the picture and make e center for the circle and measure the distance between every two points and distance between every point and center if distance between 2 points is less than distance between each point and the center then i want to make a red link between the two points, if the distance between the two points is greater than the distance between one point and the center while it is smaller thank the distance between the other point and the center then a blue link between the two points ,if the distance between the two points is greater than the distance between each point and the center then make w green link from each point to the center.

Answers (1)

Dishant Arora
Dishant Arora on 31 Mar 2014
Edited: Dishant Arora on 31 Mar 2014

Categories

Find more on Creating and Concatenating Matrices 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!