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

37 Solutions

15 Solvers

Last Solution submitted on May 30, 2026

Last 200 Solutions

Problem Comments

Solution Comments

Show comments
Loading...

Problem Recent Solvers15

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!