Info

此问题已关闭。 请重新打开它进行编辑或回答。

if i want to plot a graph as i have shown in the figure, but at one particular angle without any radius...how should i do it ? l

1 次查看(过去 30 天)
like for eg. if i want to plot at 30 degree (an example)....

回答(1 个)

Thorsten
Thorsten 2016-11-11
axis([-1 1 -1 1]), axis equal
angle = 30; line([0 cosd(angle)], [0, sind(angle)])

此问题已关闭。

标签

Community Treasure Hunt

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

Start Hunting!

Translated by