Info
This question is closed. Reopen it to edit or answer.
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 views (last 30 days)
Show older comments
Answers (1)
Thorsten
on 11 Nov 2016
axis([-1 1 -1 1]), axis equal
angle = 30; line([0 cosd(angle)], [0, sind(angle)])
1 Comment
This question is closed.
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!