Changing the radial range in a polar plot

11 Ansichten (letzte 30 Tage)
AP
AP am 27 Feb. 2014
Kommentiert: darova am 18 Sep. 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!

Antworten (1)

Kyle Rocha-Brownell
Kyle Rocha-Brownell am 18 Sep. 2019
Bearbeitet: Kyle Rocha-Brownell am 18 Sep. 2019
For future googlers,
After polar(...),
rlim([.3 .5])

Kategorien

Mehr zu Polar Plots finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by