Check whether a point or multiple points is/are in a circle centered at point (x0, y0) with radius r.

 Points = [x, y]; 
 circle = (x0, y0, r)

Return true or false for each point tested

Solution Stats

2879 Solutions

631 Solvers

Last Solution submitted on Mar 13, 2026

Last 200 Solutions

Problem Comments

Solution Comments

Show comments
Loading...

Problem Recent Solvers631

Suggested Problems

More from this Author1

Community Treasure Hunt

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

Start Hunting!