Changing the radial range in a polar plot

5 visualizaciones (últimos 30 días)
AP
AP el 27 de Feb. de 2014
Comentada: darova el 18 de Sept. de 2019
Dear All,
I would like to change the radial range of a polar plot. How can I change the following plot such that radius range is for example 0.3 to 0.4 instead of 0.0 to 0.5?
t = 0 : .01 : 2 * pi;
polar(t, sin(2 * t) .* cos(2 * t), '--r');
Thanks!

Respuestas (1)

Kyle Rocha-Brownell
Kyle Rocha-Brownell el 18 de Sept. de 2019
Editada: Kyle Rocha-Brownell el 18 de Sept. de 2019
For future googlers,
After polar(...),
rlim([.3 .5])
  1 comentario
darova
darova el 18 de Sept. de 2019
Look also HERE if you don't have rlim() function

Iniciar sesión para comentar.

Categorías

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

Community Treasure Hunt

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

Start Hunting!

Translated by