www.gusucode.com > graphics 案例源码程序 matlab代码 > graphics/DisplayTextAfterEachrAxisTickLabelExample.m

    %% Display Text After Each _r_-Axis Tick Label
% Display the tick labels along the _r_-axis with the text "cm" after each
% value.

polarplot(1:10)
rtickformat('%g cm')