Problem 45338. Area-04
Solution Stats
Problem Comments
-
3 Comments
Asif, Thanks for another nice problem.
I think the description would be improved if it said the "red shaded portion", because there are two shaded portions in the drawing.
@ChrisR Going by the test suite I think the illustration should actually look like this:
clear variables
close all
[a, b] = deal(7, 2);
rectangle("Position", [-a/2 0 a b])
rectangle("Position", [-a/2 0 a/2 b], "FaceColor", "red")
rectangle("Position", [ -b 0 b b], "Curvature", [1 1], "FaceColor", "white")
rectangle("Position", [ 0 0 b b], "Curvature", [1 1])
axis equal
set(gca, "XTick", [], "YTick", [], "XColor", "w", "YColor", "w")
You're right, Christian. Thanks for correcting my comment, which I deleted.
Solution Comments
Show commentsProblem Recent Solvers16
Suggested Problems
-
304 Solvers
-
Back to basics 3 - Temp Directory
369 Solvers
-
Generate a vector like 1,2,2,3,3,3,4,4,4,4
11383 Solvers
-
368 Solvers
-
Given a square and a circle, please decide whether the square covers more area.
962 Solvers
More from this Author165
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!