Program a function in MATLAB, which allows a user to input the number of circles they would like to plot, with the user providing the X and Y coordinates for the center of each circle, the grid size, the color scheme of the circles, and the radius of each independent circle. A proper code should allow the user to plot multiple filled-circles in multiple different areas, each with different radii.
Program a function in MATLAB, which allows a user to input the number of circles they...