Question: Write a function M-file, PlotCircles.m, that accepts as input a vector, r, having positive entries, and plots circles of radius r(i) centered at the origin
Write a function M-file, PlotCircles.m, that accepts as input a vector, r, having positive entries, and plots circles of radius r(i) centered at the origin on the same axes. If no input value for r is specified, the default is to plot a single circle with radius r=1. Test your function with r=1:5. Hint: Use matlab commands max, min, any.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
