Recent content by gr33ndem0n

  1. G

    MATLAB Writing a Matlab function to plot circles with random parameters

    Write a Matlab function mycirc(c,r) that will plot the circle whose center is at c[x0,y0] and whose radius is r. Then plot 100 random circles with c,r chosen randomly from the interval 0 to 1.