Borrar filtros
Borrar filtros

Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

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 visualización (últimos 30 días)
like for eg. if i want to plot at 30 degree (an example)....
  2 comentarios
Jan
Jan el 10 de Nov. de 2016
The question is not clear. Can you create the wanted diagram with a pen on paper and post it here?

Respuestas (1)

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

La pregunta está cerrada.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by