Azzera filtri
Azzera filtri

How to create a polar rectangle in Matlab

6 visualizzazioni (ultimi 30 giorni)
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.

Risposta accettata

Star Strider
Star Strider il 28 Feb 2018
I am not certain what you want.
Try this:
theta = linspace(0, 2*pi, 5);
figure(1)
polarplot(theta, ones(size(theta)))
  8 Commenti
Star Strider
Star Strider il 1 Mar 2018
As always, my pleasure.

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Polar Plots in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by