I am looking for any Matlab function which can draw a complete circle boundary with single pixel thick, on a binary image, on user defined coordinates inside the image and user defined radius. I have tried viscircles(), but the drawn circle is not the part of image, it just displays the circle over the binary image.
Equation of circle is another option, but I need a built-in Matlab function please.