I'm producing a figure in MATLAB that consists of a grid of subplots, each of which contains a polar plot. I would like to label this grid by row and column.
Column labels are easy, using the title text for each plot.
For row labels, with Cartesian plots I'd simply abuse the y-axis labels of the first column of subplots, but with polar plots there is (reasonably) no ylabel. How can I add row labels?
Note that I am using the new polarplot() function that was introduced in MATLAB 2016a, so most existing answers out there that refer to polar() do not apply.
