nyxynyx Messages 34 Reaction score 0 Thread starter Mar 3, 2009 #1 Hi, I need to draw a circle in MATLAB that has a certain color (the fill, not the border). How can i do that? Right now I am drawing the circle with the rectangle function. Thanks!
Hi, I need to draw a circle in MATLAB that has a certain color (the fill, not the border). How can i do that? Right now I am drawing the circle with the rectangle function. Thanks!
MATLABdude Science Advisor Messages 1,664 Reaction score 6 Mar 17, 2009 #3 Keep using the rectangle function, but change the fill parameter: http://www.mathworks.com/access/helpdesk/help/techdoc/ref/rectangle.html
Keep using the rectangle function, but change the fill parameter: http://www.mathworks.com/access/helpdesk/help/techdoc/ref/rectangle.html