How to create a polar rectangle in Matlab

7 vues (au cours des 30 derniers jours)
Ron Beck
Ron Beck le 28 Fév 2018
Commenté : Star Strider le 1 Mar 2018
Please help me determine how to create a polar rectangle (not sure what to call it) in Matlab. The closest I have gotten is using the linspace function for the two arc and a simple line to connect the two arcs. I can't seem to cleanly connect the four line segments to make a continuous shape.

Réponse acceptée

Star Strider
Star Strider le 28 Fév 2018
I am not certain what you want.
Try this:
theta = linspace(0, 2*pi, 5);
figure(1)
polarplot(theta, ones(size(theta)))
  8 commentaires
Ron Beck
Ron Beck le 1 Mar 2018
perfect
Star Strider
Star Strider le 1 Mar 2018
As always, my pleasure.

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Polar Plots dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by