Effacer les filtres
Effacer les filtres

Info

Cette question est clôturée. Rouvrir pour modifier ou répondre.

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 vue (au cours des 30 derniers jours)
L K
L K le 10 Nov 2016
Clôturé : MATLAB Answer Bot le 20 Août 2021
like for eg. if i want to plot at 30 degree (an example)....
  2 commentaires
Jan
Jan le 10 Nov 2016
The question is not clear. Can you create the wanted diagram with a pen on paper and post it here?
L K
L K le 11 Nov 2016
yes, i have attached the image. i want the angle 30 degree

Réponses (1)

Thorsten
Thorsten le 11 Nov 2016
axis([-1 1 -1 1]), axis equal
angle = 30; line([0 cosd(angle)], [0, sind(angle)])
  1 commentaire
L K
L K le 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 ?

Cette question est clôturée.

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by