How many points lie within the rectangle and how many aren't? - MATLAB Cody - MATLAB Central

Problem 45695. How many points lie within the rectangle and how many aren't?

Difficulty:Rate

Suppose, you are given the coordinates of bottom-left and top-right corners of a rectangle as input-1, R i.e R=[Bottom-left corner co-ordinate; Top-Right corner coordinate]. And you are told to count the points of the input-2, P (which represents multiple points a,b,c,d, etc within a matrix i.e P=[a;b;c;d]) lie within the rectangle, R and how many are not. Show them collectively within an output matrix, Y.

Example: Inputs: R=[0 0;10 8], P=[1 5;-1 5] Output: Y=[1 1];

Solution Stats

48.39% Correct | 51.61% Incorrect
Last Solution submitted on Aug 10, 2024

Problem Comments

Solution Comments

Show comments
Why should you share code?
In a discussion on LInkedin about my recent blog post, Do these...
3
4

Problem Recent Solvers27

Suggested Problems

More from this Author5

Problem Tags

Community Treasure Hunt

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

Start Hunting!