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

2 ビュー (過去 30 日間)
L K
L K 2016 年 11 月 10 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
like for eg. if i want to plot at 30 degree (an example)....
  2 件のコメント
Jan
Jan 2016 年 11 月 10 日
The question is not clear. Can you create the wanted diagram with a pen on paper and post it here?
L K
L K 2016 年 11 月 11 日
yes, i have attached the image. i want the angle 30 degree

回答 (1 件)

Thorsten
Thorsten 2016 年 11 月 11 日
axis([-1 1 -1 1]), axis equal
angle = 30; line([0 cosd(angle)], [0, sind(angle)])
  1 件のコメント
L K
L K 2016 年 11 月 12 日
is there a way to do it on a perfect polar plot ? the figure which i have attached , on the same plot can i do it ?

この質問は閉じられています。

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by