When I try to plot using polar, the following error is returned:
polar (0:0.1:10*pi, 0:0.1:10*pi);
error: line: function called with too many inputs
error: called from
line
polar>__update_polar_grid__ at line 368 column 3
polar at line 128 column 7
What am I doing wrong?