Learn how to make 1 ezpolar charts in MATLAB, then publish them to the Web with Plotly.
Plot the function 1+cos(t) over the domain [0,2π].
figure ezpolar('1+cos(t)') fig2plotly('TreatAs', 'ezpolar')