Borrar filtros
Borrar filtros

How to create a polar rectangle in Matlab

6 visualizaciones (últimos 30 días)
Ron Beck
Ron Beck el 28 de Feb. de 2018
Comentada: Star Strider el 1 de Mzo. de 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.

Respuesta aceptada

Star Strider
Star Strider el 28 de Feb. de 2018
I am not certain what you want.
Try this:
theta = linspace(0, 2*pi, 5);
figure(1)
polarplot(theta, ones(size(theta)))
  8 comentarios
Ron Beck
Ron Beck el 1 de Mzo. de 2018
perfect
Star Strider
Star Strider el 1 de Mzo. de 2018
As always, my pleasure.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Polar Plots en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by