Question: Using Matlab: I. Create and define a function called plotrectangle. The goal of plotrectangle is to plot a rectangle using the information that the user

Using Matlab:

I. Create and define a function called plotrectangle. The goal of plotrectangle is to plot a rectangle using the information that the user provides. The function should ask the user to define the x, y orgin of the rectangle (the lowest left corner), length of the rectangle and width of a the rectangle. Using this information, plotrectangle should plot a rectangle. (Use: x orgin, y orgin, length, and width)

II. Create and define a function called plotcircle. The goal of plotcircle is to plot a circle using the information that the user provides. The function should ask the user to define the center of the circle and radius of the circle. Using this information, plotcircle should plot a circle. Hint: you can use sin(t) and cos(t) for t = [0, 2] to create circles

III. Now, use the plotrectangle and plotcircle functions you defined above to plot the figure below (size and scales does not matter and depends on your preference).

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!