main.m327 chars18 lines
The above code will create a circle of radius r
centered at (x,y)
and fill it with the intensity value of 3000
. The fill
function is used to fill the circle with a certain color or intensity. The EdgeColor
parameter is set to none
to remove the circle's outline. The resulting circle will be displayed on the current plot.
gistlibby LogSnag