Question: MATLAB Programming 3. Design CS1972 In this project, you need to use small circles to make the graph like CS1972 Step 1: Write a function
MATLAB Programming

3. Design "CS1972" In this project, you need to use small circles to make the graph like "CS1972" Step 1: Write a function to print a circle Where r is the radius of the circle, and (xo,Yo ) is the center of a circle, ? is between 0 to The function may look like: function cirmake(xO.y0,r) Step 2: try different x0,y0 to make several circle with different centers but with the same radius For example: Using the following code, you will get the graph below, for i-1:0.5:10 cirmake(i,i,0.5) hold on end 12 10 8 6 2 0 0 2 6 8 10 12 Step 3: Think about how to choose x0, y0 then make the picture like "CS1972" Step 4: Save all x0, y0 in step 3 to a excel file (Hint: you make store all x0, y0 as a matrix then save to excel) 3. Design "CS1972" In this project, you need to use small circles to make the graph like "CS1972" Step 1: Write a function to print a circle Where r is the radius of the circle, and (xo,Yo ) is the center of a circle, ? is between 0 to The function may look like: function cirmake(xO.y0,r) Step 2: try different x0,y0 to make several circle with different centers but with the same radius For example: Using the following code, you will get the graph below, for i-1:0.5:10 cirmake(i,i,0.5) hold on end 12 10 8 6 2 0 0 2 6 8 10 12 Step 3: Think about how to choose x0, y0 then make the picture like "CS1972" Step 4: Save all x0, y0 in step 3 to a excel file (Hint: you make store all x0, y0 as a matrix then save to excel)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
