Filter löschen
Filter löschen

Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

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 Ansicht (letzte 30 Tage)
like for eg. if i want to plot at 30 degree (an example)....
  2 Kommentare
Jan
Jan am 10 Nov. 2016
The question is not clear. Can you create the wanted diagram with a pen on paper and post it here?

Antworten (1)

Thorsten
Thorsten am 11 Nov. 2016
axis([-1 1 -1 1]), axis equal
angle = 30; line([0 cosd(angle)], [0, sind(angle)])
  1 Kommentar
L K
L K am 12 Nov. 2016
is there a way to do it on a perfect polar plot ? the figure which i have attached , on the same plot can i do it ?

Diese Frage ist geschlossen.

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by