How to plot a straight line in polar coordinate system

77 次查看(过去 30 天)
I would like to plot a straight line in polar that is at 90 and 270 degree, and also a line at 0 degree. The line should have a length of 54.
  2 个评论
John D'Errico
John D'Errico 2018-5-30
Is the goal that the lines pass through the origin of the polar coordinate system, extending radially out to a radius of 54?
Jian Teng
Jian Teng 2018-5-30
Yes, I would like to have the line pass through the origin. With a radius of 54.

请先登录,再进行评论。

采纳的回答

Star Strider
Star Strider 2018-5-30
Try this:
figure(1)
polar([0 90 270; 0 90 270]*pi/180, [0 0 0; 1 1 1]*54) % Use ‘polar’
figure(2)
polarplot([0 90 270; 0 90 270]*pi/180, [0 0 0; 1 1 1]*54) % Use ‘polarplot’
I will post the plot image if you want me to.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Polar Plots 的更多信息

产品


版本

R2017a

Community Treasure Hunt

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

Start Hunting!

Translated by