Answers for "matlab polyshape colors"

0

matlab polyshape colors

pgon = polyshape([0 0 2 2],[2 0 0 2]);
plot(pgon,'FaceColor','red','FaceAlpha',0.1)
Posted by: Guest on December-03-2020

Browse Popular Code Answers by Language