function to accept the coordinates of two points on the plane

1 view (last 30 days)
Write a function to accept the coordinates of two points on the plane A(x1,y1) and B(x2,y2). The function should check if these values are real. Given these two points, calculate the mid-point A(xm,ym). Use this to draw a circle with centre A(xm,ym) and diameter the line segment

Answers (0)

Community Treasure Hunt

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

Start Hunting!