How does "polarplot" handle points with radius less than the the lower radial limit set using the "rlim" function in MATLAB?
Show older comments
I am using MATLAB R2023b to plot rings on a polar plot by using the "polarplot" function.
I have used the "rlim" function to set the lower radial limit to 10, and the upper radial limit to 40:
>> rlim([10,40])
However, when I plot rings with radius less than 10, they seem to be plotted in random positions on my plot. For example, a ring with radius 0 is plotted at radius 20. Please see the screenshot below:

Is this intended behaviour?
Accepted Answer
More Answers (0)
Categories
Find more on Polar Plots in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!