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 日間)
古いコメントを表示
回答 (1 件)
Thorsten
2016 年 11 月 11 日
axis([-1 1 -1 1]), axis equal
angle = 30; line([0 cosd(angle)], [0, sind(angle)])
1 件のコメント
この質問は閉じられています。
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!