Rectangle formed with lines

How can I create a rectangle with lines when I have to insert the rectangels dimensions via input (ex: Width: 5 Length: 10).
The center of the rectangle is at the center of XY axes.
Plot the rectangle.
I have days and I cant find the solution. Please tell me the solution.
Thank you!

4 个评论

How about looking at
doc rectangle
and get back to us...what have you tried so far?
Did you try plot?
As another solution (not necessarily the best one), you could use 4 calls to the line() function. For example
line([-2.5, 2.5], [-5, 5], 'Color', 'r');
etc.
You've now asked pretty much the same question three different times on this forum. Different people have given you pretty much the same ideas. The main thing you seem to need to do is use the line command to make the rectangle.
But you don't seem to be making progress. You've only posted code that was supplied to you. You haven't posted anything you've tried yourself. (At least I haven't seen it.) You haven't responded in the forum to the people who are trying to help you.
My recommendations:
  1. Stick to one of these questions here, instead of spreading out the same information in three questions.
  2. Respond in that question to the people who are trying to help you.
  3. Post your own attempt to do the task.
  4. Be specific about where you are stuck.
I have to say, you seem pretty lost in this task. I think you might need to seek help from your instructor or a tutor if you can. This forum might not be enough for you.

请先登录,再进行评论。

回答(0 个)

类别

帮助中心File Exchange 中查找有关 Function Creation 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by