Problem 44910. Find the centre of an arc and its radius

Given two points on an arc (x0,y0) and (x1,y1) and the angle between them, alpha.
Return the centre of the circle and the radius.
E.g. Start (1,0) End (0,1) Span 90
The centre is (0,0) and the radius is 1.

Solution Stats

52.78% Correct | 47.22% Incorrect
Last Solution submitted on Aug 15, 2023

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers14

Suggested Problems

More from this Author1

Problem Tags

Community Treasure Hunt

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

Start Hunting!