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

1 view (last 30 days)
like for eg. if i want to plot at 30 degree (an example)....

Answers (1)

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

Tags

Community Treasure Hunt

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

Start Hunting!