MATLAB: Zoom and polar axes

2017aaxesMATLABpolarpolarplotzoom

__Hi guys. I have MATLAB 2017a and I've faced the problem, that zoom doesn't work with polar axes. I've met another one question with the same problem in R2016B version of MATLAB.
__1. Is there any way use ZOOM with polar axes?
__2. Does it work well in newer versions of MATLAB?

Best Answer

The zoom() feauture seems to be disabled on polaraxes.
You could use set rlim() and thetalim() to zoom into a specific area.
The Antenna Toolbox offers a polarpattern class that does allow for zooming and other interactions but it doesn't technically use a polaraxes.
Related Question