Azzera filtri
Azzera filtri

Info

Questa domanda è chiusa. Riaprila per modificarla o per rispondere.

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 visualizzazione (ultimi 30 giorni)
like for eg. if i want to plot at 30 degree (an example)....

Risposte (1)

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

Questa domanda è chiusa.

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by