Question: Matlab Define a function called trectangle and tcircle. The goal of trectangle is to plot a rectangle using the information that the user provides. The
Define a function called trectangle and tcircle. The goal of trectangle is to plot a rectangle using the information that the user provides. The function should ask the user to define the x and y origin of the rectangle (the lowest left corner), length of the rectangle of interest and width of the rectangle of interest. Using this information, trectangle should plot the rectangle of interest. (Use: xorigin, yorigin, length, and width) 1. 2. The goal of tcircle 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 of interest and radius of the circle of interest. Using this information, plot circle should plot a circle. Hint: you can use sin (t) and cos (t) for t [0,2TT] to create circles. 3. Now, use the trectangle and tcircle functions you defined above to plot the figure on bottom (size and scales does not matter and depends on your preference)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
