Answered step by step
Verified Expert Solution
Link Copied!

Question

00
1 Approved Answer

help please!! Matlab Define a function called trectangle and tcircle. The goal of trectangle is to plot a rectangle using the information that the user

help please!! Matlab image text in transcribed
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

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions