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!