Problem 52854. Poly2mask, drawpolygon or patch
Recently, I tried to plot a polygon in matlab, and I found there is a lot of embedded function that can be used. However, some functions will plot points at vertexes, it is really disgusting. Try to use different embedded functions given in the title and find their difference!
vertexes coordinates is given as follow:
x = [0 1 1 0];
y = [0 0 1 1];
Tips: patch is the answer!
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers15
Suggested Problems
-
Project Euler: Problem 2, Sum of even Fibonacci
2498 Solvers
-
find the roots of a quadratic equation
229 Solvers
-
Find and replaces spaces from a input string with *
164 Solvers
-
Delete 2nd and 5th column of Given 6*6 matrix
165 Solvers
-
Create vector as shown in test cases
245 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!