how to plot an angle quadrant?

hello
master,i want to plot an angle quadrant like this? then I have array A, the content is [294,295,290……],the A is in this coordinate system。 the question is how i make it.

Respuestas (1)

Ameer Hamza
Ameer Hamza el 22 de Sept. de 2020
Editada: Ameer Hamza el 22 de Sept. de 2020
What about something like this
theta = [290 294 200 175 95 45 30 276 320];
polarplot(theta*pi/180, ones(size(theta)), '.', 'MarkerSize', 20);

1 comentario

Rik
Rik el 23 de Sept. de 2020
Comment posted as answer by mang:
thank you very much,i have a try

Iniciar sesión para comentar.

Categorías

Etiquetas

Preguntada:

el 22 de Sept. de 2020

Comentada:

Rik
el 23 de Sept. de 2020

Community Treasure Hunt

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

Start Hunting!

Translated by