how to plot an angle quadrant?
Afficher commentaires plus anciens
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.

Réponses (1)
Ameer Hamza
le 22 Sep 2020
Modifié(e) : Ameer Hamza
le 22 Sep 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 commentaire
Catégories
En savoir plus sur Annotations dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!